summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/384322-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/384322-1-ref.html')
-rw-r--r--layout/reftests/bugs/384322-1-ref.html55
1 files changed, 55 insertions, 0 deletions
diff --git a/layout/reftests/bugs/384322-1-ref.html b/layout/reftests/bugs/384322-1-ref.html
new file mode 100644
index 0000000000..1bb765133b
--- /dev/null
+++ b/layout/reftests/bugs/384322-1-ref.html
@@ -0,0 +1,55 @@
+<html>
+<head><title>[384322] Testcase</title>
+</head>
+<body bgcolor="white">
+
+ <p>&lt;img&gt;&lt;img&gt;Hello&lt;img&gt;&lt;img&gt;
+
+ <table bgcolor="lightgray" border="0" cellpadding="0" cellspacing="0">
+ <tbody>
+ <tr>
+ <td bgcolor="red">
+ <img width="50" height="50"><img width="50" height="50">Hello<img width="50" height="50"><img width="50" height="50">
+ </td>
+ </tr>
+ </tbody>
+ </table>
+
+ <p>&lt;img&gt;&lt;img&gt;Hello</p>
+
+ <table bgcolor="lightgray" border="0" cellpadding="0" cellspacing="0">
+ <tbody>
+ <tr>
+ <td bgcolor="red">
+ <img width="50" height="50"><img width="50" height="50">Hello
+ </td>
+ </tr>
+ </tbody>
+ </table>
+
+ <p>Hello&lt;img&gt;&lt;img&gt;</p>
+
+ <table bgcolor="lightgray" border="0" cellpadding="0" cellspacing="0">
+ <tbody>
+ <tr>
+ <td bgcolor="red">
+ Hello<img width="50" height="50"><img width="50" height="50">
+ </td>
+ </tr>
+ </tbody>
+ </table>
+
+ <p>&lt;img&gt;Hello</p>
+
+ <table bgcolor="lightgray" border="0" cellpadding="0" cellspacing="0">
+ <tbody>
+ <tr>
+ <td bgcolor="red">
+ <img width="50" height="50">Hello
+ </td>
+ </tr>
+ </tbody>
+ </table>
+
+</body>
+</html>