summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-anonymous-boxes/277995-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/table-anonymous-boxes/277995-1-ref.html')
-rw-r--r--layout/reftests/table-anonymous-boxes/277995-1-ref.html67
1 files changed, 67 insertions, 0 deletions
diff --git a/layout/reftests/table-anonymous-boxes/277995-1-ref.html b/layout/reftests/table-anonymous-boxes/277995-1-ref.html
new file mode 100644
index 0000000000..c9fdfcb87e
--- /dev/null
+++ b/layout/reftests/table-anonymous-boxes/277995-1-ref.html
@@ -0,0 +1,67 @@
+<!DOCTYPE html>
+<html>
+<head>
+</head>
+<body>
+<table>
+ <tr>
+ <td>
+ <div style="display: table">
+ <div id="data" style="display: table-row-group">
+ <div style="display: table-row">
+ <div style="display: table-cell">
+ More Data
+ </div>
+ </div>
+ <div style="display: table-row">
+ <div style="display: table-cell">
+ More Data
+ </div>
+ </div>
+ <div style="display: table-row">
+ <div style="display: table-cell">
+ More Data
+ </div>
+ </div>
+ <div style="display: table-row">
+ <div style="display: table-cell">
+ More Data
+ </div>
+ </div>
+ <div style="display: table-row">
+ <div style="display: table-cell">
+ More Data
+ </div>
+ </div>
+ <div style="display: table-row">
+ <div style="display: table-cell">
+ More Data
+ </div>
+ </div>
+ <div style="display: table-row">
+ <div style="display: table-cell">
+ More Data
+ </div>
+ </div>
+ <div style="display: table-row">
+ <div style="display: table-cell">
+ More Data
+ </div>
+ </div>
+ <div style="display: table-row">
+ <div style="display: table-cell">
+ More Data
+ </div>
+ </div>
+ <div style="display: table-row">
+ <div style="display: table-cell">
+ More Data
+ </div>
+ </div>
+ </div>
+ </div>
+ </td>
+ </tr>
+</table>
+</body>
+</html>