summaryrefslogtreecommitdiffstats
path: root/layout/reftests/object/malformed-should-fallback.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/object/malformed-should-fallback.html')
-rw-r--r--layout/reftests/object/malformed-should-fallback.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/object/malformed-should-fallback.html b/layout/reftests/object/malformed-should-fallback.html
new file mode 100644
index 0000000000..014aba631c
--- /dev/null
+++ b/layout/reftests/object/malformed-should-fallback.html
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!-- http://biesi.damowmow.com/object/016.html -->
+<html lang="en">
+<head>
+<title>&lt;object&gt;: Malformed image (should fallback)</title>
+</head>
+<body>
+<p><object data="extra/malformed_image.png">PASS</object></p>
+</body>
+</html>