summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/444375-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/444375-1.html')
-rw-r--r--layout/reftests/bugs/444375-1.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/bugs/444375-1.html b/layout/reftests/bugs/444375-1.html
new file mode 100644
index 0000000000..119ffeea39
--- /dev/null
+++ b/layout/reftests/bugs/444375-1.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+<style>
+span {
+ font-size: 200%;
+}
+img {
+ width: 100px;
+ height: 100px;
+}
+</style>
+</head>
+<body style="width: 150px; border: 1px solid black;">
+<table><tbody><tr><td><img> <span> <img></span></td></tr></tbody></table>
+</body>
+</html>