Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/syntax/xmldecl/xmldecl-3.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset="windows-1252">
<meta name="timeout" content="long">
<title>Bogo-XML declaration</title>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script src=support/test_support.js></script>
<script>
setup({explicit_done:true});
window.onload = function() {
runAllTests();
done();
};
</script>
<section style="display: none;">
<div class="windows-1251">
<iframe src="support/trickle.py"></iframe>
</div>
</section>