summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/374927-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/374927-1-ref.html')
-rw-r--r--layout/reftests/bugs/374927-1-ref.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/layout/reftests/bugs/374927-1-ref.html b/layout/reftests/bugs/374927-1-ref.html
new file mode 100644
index 0000000000..15752c40bd
--- /dev/null
+++ b/layout/reftests/bugs/374927-1-ref.html
@@ -0,0 +1,26 @@
+<html>
+<body>
+The words "One Two Three" should appear down the right side of this page.
+<table>
+ <tr>
+ <td width="100%"/>
+ <td>One</td>
+ </tr>
+</table>
+
+<table>
+ <tr>
+ <td width="100%"/>
+ <td>Two</td>
+ </tr>
+</table>
+
+<table>
+ <tr>
+ <td width="100%"/>
+ <td>Three</td>
+ </tr>
+</table>
+
+</body>
+</html>