summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/379361-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/379361-1-ref.html')
-rw-r--r--layout/reftests/bugs/379361-1-ref.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/bugs/379361-1-ref.html b/layout/reftests/bugs/379361-1-ref.html
new file mode 100644
index 0000000000..5895710250
--- /dev/null
+++ b/layout/reftests/bugs/379361-1-ref.html
@@ -0,0 +1,16 @@
+<html>
+<body>
+
+<table width="500px" cellspacing="0" cellpadding="0">
+ <tr>
+ <td style="width: 200px; background: yellow">Cell A</td>
+ <td style="width: 300px; background: lightgreen">This text should be on one line</td>
+ </tr>
+
+ <tr>
+ <td style="width: 100px; background: lightblue" colspan="2">Cell B</td>
+ </tr>
+</table>
+
+</body>
+</html>