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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update Created 3 years, 11 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 25 tests. 20 PASS 5 FAIL 0 TIMEOUT 0 NOTRUN
2 PASS The prototype for OL is HTMLOListElement.prototype 3 PASS The prototype for OL is HTMLOListElement.prototype
3 PASS 'reversed' property should be defined on OL. 4 PASS 'reversed' property should be defined on OL.
4 PASS 'start' property should be defined on OL. 5 PASS 'start' property should be defined on OL.
5 PASS 'type' property should be defined on OL. 6 PASS 'type' property should be defined on OL.
6 PASS OL's 'reversed' IDL property reflects content attribute. 7 PASS OL's 'reversed' IDL property reflects content attribute.
7 PASS OL's 'start' IDL property reflects content attribute. 8 PASS OL's 'start' IDL property reflects content attribute.
8 PASS OL's 'type' IDL property reflects content attribute. 9 PASS OL's 'type' IDL property reflects content attribute.
9 PASS IDL 'reversed' attribute value false when content attribute absent 10 PASS IDL 'reversed' attribute value false when content attribute absent
10 PASS IDL 'reversed' attribute value true when content attribute exists 11 PASS IDL 'reversed' attribute value true when content attribute exists
11 PASS Changing IDL 'reversed' property changes list's reversed property. 12 PASS Changing IDL 'reversed' property changes list's reversed property.
12 PASS Default start value for non-reversed list should be 1 13 PASS Default start value for non-reversed list should be 1
13 PASS IDL and content attribute parse start of '.5' correctly. 14 PASS IDL and content attribute parse start of '.5' correctly.
14 PASS IDL and content attribute parse start of 'A' correctly. 15 PASS IDL and content attribute parse start of 'A' correctly.
15 FAIL Default start value (if none provided) for reversed list = 1. assert_equals : expected 1 but got 3 16 FAIL Default start value (if none provided) for reversed list = 1. assert_equals : expected 1 but got 3
16 FAIL Default start value (if failed to parse) for reversed list = 1. assert_equa ls: expected 1 but got 3 17 FAIL Default start value (if failed to parse) for reversed list = 1. assert_equa ls: expected 1 but got 3
17 FAIL Default start value for reversed list = 1 (even with tons of other child el ements). assert_equals: expected 1 but got 3 18 FAIL Default start value for reversed list = 1 (even with tons of other child el ements). assert_equals: expected 1 but got 3
18 FAIL Adding child element to reversed list does not change start value assert_eq uals: expected 1 but got 3 19 FAIL Adding child element to reversed list does not change start value assert_eq uals: expected 1 but got 3
19 FAIL Deleting child element from reversed list does not change start value asser t_equals: expected 1 but got 2 20 FAIL Deleting child element from reversed list does not change start value asser t_equals: expected 1 but got 2
20 PASS IDL and content attribute parse start of '2' correctly. 21 PASS IDL and content attribute parse start of '2' correctly.
21 PASS IDL and content attribute parse start of '-10' correctly. 22 PASS IDL and content attribute parse start of '-10' correctly.
22 PASS IDL and content attribute parse start of '4.03' correctly. 23 PASS IDL and content attribute parse start of '4.03' correctly.
23 PASS IDL and content attribute parse start of '-4.03' correctly. 24 PASS IDL and content attribute parse start of '-4.03' correctly.
24 PASS IDL and content attribute parse start of '4.9' correctly. 25 PASS IDL and content attribute parse start of '4.9' correctly.
25 PASS IDL and content attribute parse start of '-4.9' correctly. 26 PASS IDL and content attribute parse start of '-4.9' correctly.
26 PASS IDL and content attribute parse start of '7e2' correctly. 27 PASS IDL and content attribute parse start of '7e2' correctly.
27 Harness: the test ran to completion. 28 Harness: the test ran to completion.
28 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698