Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(986)

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/html/semantics/tabular-data/the-table-element/caption-methods-expected.txt

Issue 2665073003: Import wpt@cd5cce9780f84cee679919679b8199084ea96d54 (Closed)
Patch Set: Update test expectations and baselines. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/html/semantics/tabular-data/the-table-element/caption-methods-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/tabular-data/the-table-element/caption-methods-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/tabular-data/the-table-element/caption-methods-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..72af55db36b84b838f32349a24d5d9a31f3ddedb
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/tabular-data/the-table-element/caption-methods-expected.txt
@@ -0,0 +1,15 @@
+This is a testharness.js-based test.
+PASS createCaption method creates new caption if existing caption is not in html namespace
+PASS createCaption method returns the first caption element child of the table
+PASS createCaption method creates a new caption and inserts it as the first node of the table element
+PASS createCaption will not create new caption if one exists
+PASS createCaption will not copy table's prefix
+PASS deleteCaption method removes the first caption element child of the table element
+PASS deleteCaption method not remove caption that is not in html namespace
+PASS Setting caption rethrows exception
+PASS Assigning a caption to table.caption
+FAIL Assigning null to table.caption Failed to set the 'caption' property on 'HTMLTableElement': The new child element is null.
+PASS Assigning a non-caption to table.caption
+PASS Assigning a foreign caption to table.caption
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698