summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/HTMLTableSectionElement/rows-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/dom/HTMLTableSectionElement/rows-expected.txt')
-rw-r--r--LayoutTests/fast/dom/HTMLTableSectionElement/rows-expected.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/LayoutTests/fast/dom/HTMLTableSectionElement/rows-expected.txt b/LayoutTests/fast/dom/HTMLTableSectionElement/rows-expected.txt
new file mode 100644
index 0000000..41ce7ab
--- /dev/null
+++ b/LayoutTests/fast/dom/HTMLTableSectionElement/rows-expected.txt
@@ -0,0 +1,24 @@
+Test behavior of the HTMLTableSectionElement rows attribute in cases where there is unusual nesting.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS checkRowNesting("col") is 0
+PASS checkRowNesting("colgroup") is 0
+PASS checkRowNesting("div") is 0
+PASS checkRowNesting("form") is 0
+PASS checkRowNesting("script") is 0
+PASS checkRowNesting("table") is 0
+PASS checkRowNesting("td") is 0
+PASS checkRowNesting("th") is 0
+
+PASS checkRowNesting("tbody") is 0
+PASS checkRowNesting("tfoot") is 0
+PASS checkRowNesting("thead") is 0
+
+PASS checkRowNesting("tr") is 1
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+