summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/syntax/xmldecl/xmldecl-3.html
blob: a9f179de4e58c90631adc993fb4d0f0aa64a7493 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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>