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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS Row in thead in HTML
3 PASS Row in implicit tbody in HTML
4 PASS Other row in implicit tbody in HTML
5 PASS Row in explicit tbody in HTML
6 PASS Row in tfoot in HTML
7 PASS Row in thead in nested table in HTML
8 PASS Row in implicit tbody in nested table in HTML
9 PASS Row in explicit tbody in nested table in HTML
10 PASS Row in script-created table
11 FAIL Row in script-created div in table assert_equals: expected -1 but got 0
12 PASS Row in script-created thead in table
13 PASS Row in script-created tbody in table
14 PASS Row in script-created tfoot in table
15 FAIL Row in script-created tr in tbody in table assert_equals: expected -1 but g ot 0
16 FAIL Row in script-created td in tr in tbody in table assert_equals: expected -1 but got 0
17 PASS Row in script-created nested table
18 PASS Row in script-created thead in nested table
19 PASS Row in script-created tbody in nested table
20 PASS Row in script-created tfoot in nested table
21 Harness: the test ran to completion.
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698