mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
13 lines
545 B
HTML
13 lines
545 B
HTML
<!DOCTYPE html>
|
|
<meta name=timeout content=long>
|
|
<title>HTML entities for various XHTML Doctype</title>
|
|
<link rel=help href="http://w3c.github.io/html/xhtml.html#parsing-xhtml-documents">
|
|
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
<iframe id="test" src="support/xhtml-mathml-dtd-entity.htm"></iframe>
|
|
|
|
<script>
|
|
onload = () => document.getElementById("test").contentWindow.run(
|
|
["application/xhtml+xml", "-//W3C//DTD XHTML 1.0 Frameset//EN", "foo", "XHTML1.0 Frameset"]);
|
|
</script>
|