summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/tabular-data/the-table-element
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/html/semantics/tabular-data/the-table-element')
-rw-r--r--testing/web-platform/meta/html/semantics/tabular-data/the-table-element/caption-methods.html.ini11
-rw-r--r--testing/web-platform/meta/html/semantics/tabular-data/the-table-element/tHead.html.ini5
-rw-r--r--testing/web-platform/meta/html/semantics/tabular-data/the-table-element/table-insertRow.html.ini5
3 files changed, 21 insertions, 0 deletions
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
+