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

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

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: Created 3 years, 10 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
deleted file mode 100644
index 72af55db36b84b838f32349a24d5d9a31f3ddedb..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/tabular-data/the-table-element/caption-methods-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-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