summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/521542-1-ref.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/521542-1-ref.xhtml')
-rw-r--r--layout/reftests/bugs/521542-1-ref.xhtml18
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/bugs/521542-1-ref.xhtml b/layout/reftests/bugs/521542-1-ref.xhtml
new file mode 100644
index 0000000000..43c82db018
--- /dev/null
+++ b/layout/reftests/bugs/521542-1-ref.xhtml
@@ -0,0 +1,18 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head></head>
+
+<body>
+
+<table id="table">
+ BeginningOfTable
+ <tbody>
+ <tr>
+ <td>Cell</td>
+ </tr>
+ </tbody>
+ <span></span>
+</table>
+
+</body>
+</html>