From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../tabular-data/the-table-element/caption-methods.html.ini | 11 +++++++++++ .../semantics/tabular-data/the-table-element/tHead.html.ini | 5 +++++ .../tabular-data/the-table-element/table-insertRow.html.ini | 5 +++++ 3 files changed, 21 insertions(+) create mode 100644 testing/web-platform/meta/html/semantics/tabular-data/the-table-element/caption-methods.html.ini create mode 100644 testing/web-platform/meta/html/semantics/tabular-data/the-table-element/tHead.html.ini create mode 100644 testing/web-platform/meta/html/semantics/tabular-data/the-table-element/table-insertRow.html.ini (limited to 'testing/web-platform/meta/html/semantics/tabular-data/the-table-element') diff --git a/testing/web-platform/meta/html/semantics/tabular-data/the-table-element/caption-methods.html.ini b/testing/web-platform/meta/html/semantics/tabular-data/the-table-element/caption-methods.html.ini new file mode 100644 index 000000000..3d3356f23 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/tabular-data/the-table-element/caption-methods.html.ini @@ -0,0 +1,11 @@ +[caption-methods.html] + type: testharness + [createCaption method creates a new caption and inserts it as the first node of the table element] + expected: FAIL + + [createCaption method creates new caption if existing caption is not in html namespace] + expected: FAIL + + [createCaption will not copy table's prefix] + expected: FAIL + diff --git a/testing/web-platform/meta/html/semantics/tabular-data/the-table-element/tHead.html.ini b/testing/web-platform/meta/html/semantics/tabular-data/the-table-element/tHead.html.ini new file mode 100644 index 000000000..61364e793 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/tabular-data/the-table-element/tHead.html.ini @@ -0,0 +1,5 @@ +[tHead.html] + type: testharness + [tHead tests] + expected: FAIL + diff --git a/testing/web-platform/meta/html/semantics/tabular-data/the-table-element/table-insertRow.html.ini b/testing/web-platform/meta/html/semantics/tabular-data/the-table-element/table-insertRow.html.ini new file mode 100644 index 000000000..5b21e073c --- /dev/null +++ b/testing/web-platform/meta/html/semantics/tabular-data/the-table-element/table-insertRow.html.ini @@ -0,0 +1,5 @@ +[table-insertRow.html] + type: testharness + [insertRow should not copy prefixes] + expected: FAIL + -- cgit v1.2.3