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

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

Issue 2409773002: Implement a parent check in sectionRowIndex (Closed)
Patch Set: 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/sectionRowIndex-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/tabular-data/the-tr-element/sectionRowIndex-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/tabular-data/the-tr-element/sectionRowIndex-expected.txt
deleted file mode 100644
index 23445b313338ffc66dcc175e462139eaf15c82d0..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/tabular-data/the-tr-element/sectionRowIndex-expected.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-This is a testharness.js-based test.
-PASS Row in thead in HTML
-PASS Row in implicit tbody in HTML
-PASS Other row in implicit tbody in HTML
-PASS Row in explicit tbody in HTML
-PASS Row in tfoot in HTML
-PASS Row in thead in nested table in HTML
-PASS Row in implicit tbody in nested table in HTML
-PASS Row in explicit tbody in nested table in HTML
-PASS Row in script-created table
-FAIL Row in script-created div in table assert_equals: expected -1 but got 0
-PASS Row in script-created thead in table
-PASS Row in script-created tbody in table
-PASS Row in script-created tfoot in table
-FAIL Row in script-created tr in tbody in table assert_equals: expected -1 but got 0
-FAIL Row in script-created td in tr in tbody in table assert_equals: expected -1 but got 0
-PASS Row in script-created nested table
-PASS Row in script-created thead in nested table
-PASS Row in script-created tbody in nested table
-PASS Row in script-created tfoot in nested table
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698