Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /dom/xslt/encoding-single-chunk.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel=match href="encoding-single-chunk-ref.html">
<iframe name="work" id="work" src=""></iframe>
<script>
window.onload = function () {
document.getElementById('work').src = 'resources/test.xml'
}
</script>