summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/370525-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/370525-2.html')
-rw-r--r--layout/reftests/bugs/370525-2.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/bugs/370525-2.html b/layout/reftests/bugs/370525-2.html
new file mode 100644
index 0000000000..68aab9372f
--- /dev/null
+++ b/layout/reftests/bugs/370525-2.html
@@ -0,0 +1,17 @@
+<html>
+<head>
+ <title>Bug 370525 Testcase</title>
+</head>
+<body>
+ <table style="border: 2px solid blue;">
+ <tr><td>
+ <table style="height: 100%; border: 1px dotted red;">
+ <tr><td>Table 1</td></tr>
+ </table>
+ <table style="height: 100%; border: 1px dotted red;">
+ <tr><td>Table 2</td></tr>
+ </table>
+ </td></tr>
+ </table>
+</body>
+</html>