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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/tabular-data/the-tr-element/deleteCell-expected.txt

Issue 2406423004: Change deleteCell behavior when there are no cells (Closed)
Patch Set: Reorder and add comments Created 4 years, 2 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/imported/wpt/html/semantics/tabular-data/the-tr-element/deleteCell-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/tabular-data/the-tr-element/deleteCell-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/tabular-data/the-tr-element/deleteCell-expected.txt
deleted file mode 100644
index 2ad9a4ca0a36d34658e2da98c209b9bd2c7d2173..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/tabular-data/the-tr-element/deleteCell-expected.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-This is a testharness.js-based test.
-PASS HTMLTableRowElement deleteCell(0)
-PASS HTMLTableRowElement deleteCell(-1)
-PASS HTMLTableRowElement deleteCell(-2)
-PASS HTMLTableRowElement deleteCell(cells.length)
-FAIL HTMLTableRowElement deleteCell(-1) with no cells Failed to execute 'deleteCell' on 'HTMLTableRowElement': The value provided (-1) is outside the range [0, 0).
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698