1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/object/malformed-xml.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 1.5 +<!-- http://biesi.damowmow.com/object/023.html --> 1.6 +<html lang="en"> 1.7 +<head> 1.8 +<title><object>: Malformed XML file</title> 1.9 +</head> 1.10 +<body> 1.11 +<!-- 1.12 + You should _probably_ see an XML parse error below, although you could 1.13 + argue that it should behave like a broken image (and say PASS). For 1.14 + now this test expects the former. 1.15 +--> 1.16 +<p><object data="extra/malformed.xml">PASS</object></p> 1.17 +</body> 1.18 +</html>