diff options
Diffstat (limited to 'layout/reftests/bugs/384322-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/384322-1-ref.html | 55 |
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><img><img>Hello<img><img> + + <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><img><img>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<img><img></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><img>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> |