tenfourfox/layout/reftests/object/malformed-xml-with-type-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
556 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!-- http://biesi.damowmow.com/object/024.html -->
<html lang="en">
<head>
<title>&lt;object&gt;: Malformed XML file with type attribute</title>
</head>
<body>
<!--
You should _probably_ see an XML parse error below, although you could
argue that it should behave like a broken image (and say PASS); this
test currently checks for the former.
-->
<p><iframe style="border: 0px" src="extra/malformed.xml" width="300" height="200"></iframe></p>
</body>
</html>