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

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

Issue 1407103007: update-w3c-deps import using blink 770eaea66cc4cfbb14ced3dc8dc5434716ed540a: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated -expected files for 3 new FAILs Created 5 years, 1 month 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/web-platform-tests/html/semantics/tabular-data/the-tr-element/deleteCell-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/tabular-data/the-tr-element/deleteCell-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/tabular-data/the-tr-element/deleteCell-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2ad9a4ca0a36d34658e2da98c209b9bd2c7d2173
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/tabular-data/the-tr-element/deleteCell-expected.txt
@@ -0,0 +1,8 @@
+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