summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/413361-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/413361-1-ref.html')
-rw-r--r--layout/reftests/bugs/413361-1-ref.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/bugs/413361-1-ref.html b/layout/reftests/bugs/413361-1-ref.html
new file mode 100644
index 0000000000..463d45f2a8
--- /dev/null
+++ b/layout/reftests/bugs/413361-1-ref.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"><head>
+<title>testcase</title>
+<style>
+img{
+ width: 252px;
+}
+</style>
+ </head>
+ <body>
+ <img src="mozilla-banner.gif" alt="">
+</body>
+</html>