chromium/third_party/blink/web_tests/external/wpt/html/syntax/xmldecl/xmldecl-3.html

<!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>