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

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

Issue 2266283002: Updating deprecation message for <keygen>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 3 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 CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/5716060992962560 for more details. 1 CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M56, around January 2017. See https://www.chromestatus.com/features/5716060992962560 for more details.
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 PASS The prototype for OL is HTMLOListElement.prototype 3 PASS The prototype for OL is HTMLOListElement.prototype
4 FAIL 'reversed' property should be defined on OL. assert_own_property: expected property "reversed" missing 4 FAIL 'reversed' property should be defined on OL. assert_own_property: expected property "reversed" missing
5 FAIL 'start' property should be defined on OL. assert_own_property: expected pro perty "start" missing 5 FAIL 'start' property should be defined on OL. assert_own_property: expected pro perty "start" missing
6 FAIL 'type' property should be defined on OL. assert_own_property: expected prop erty "type" missing 6 FAIL 'type' property should be defined on OL. assert_own_property: expected prop erty "type" missing
7 PASS OL's 'reversed' IDL property reflects content attribute. 7 PASS OL's 'reversed' IDL property reflects content attribute.
8 PASS OL's 'start' IDL property reflects content attribute. 8 PASS OL's 'start' IDL property reflects content attribute.
9 PASS OL's 'type' IDL property reflects content attribute. 9 PASS OL's 'type' IDL property reflects content attribute.
10 PASS IDL 'reversed' attribute value false when content attribute absent 10 PASS IDL 'reversed' attribute value false when content attribute absent
11 PASS IDL 'reversed' attribute value true when content attribute exists 11 PASS IDL 'reversed' attribute value true when content attribute exists
12 PASS Changing IDL 'reversed' property changes list's reversed property. 12 PASS Changing IDL 'reversed' property changes list's reversed property.
13 PASS Default start value for non-reversed list should be 1 13 PASS Default start value for non-reversed list should be 1
14 PASS IDL and content attribute parse start of '.5' correctly. 14 PASS IDL and content attribute parse start of '.5' correctly.
15 PASS IDL and content attribute parse start of 'A' correctly. 15 PASS IDL and content attribute parse start of 'A' correctly.
16 PASS Default start value (if none provided) for reversed list = child li element s. 16 PASS Default start value (if none provided) for reversed list = child li element s.
17 PASS Default start value (if failed to parse) for reversed list = child li eleme nts. 17 PASS Default start value (if failed to parse) for reversed list = child li eleme nts.
18 PASS Default start value for reversed list = child li elements (even with tons o f other child elements). 18 PASS Default start value for reversed list = child li elements (even with tons o f other child elements).
19 FAIL Adding child element to reversed list adds 1 to start value assert_equals: Adding child element to reversed list adds 1 to start value expected 4 but got 3 19 FAIL Adding child element to reversed list adds 1 to start value assert_equals: Adding child element to reversed list adds 1 to start value expected 4 but got 3
20 PASS Deleting child element from reversed list reduces start value by 1 20 PASS Deleting child element from reversed list reduces start value by 1
21 PASS IDL and content attribute parse start of '2' correctly. 21 PASS IDL and content attribute parse start of '2' correctly.
22 PASS IDL and content attribute parse start of '-10' correctly. 22 PASS IDL and content attribute parse start of '-10' 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.03' 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 '-4.9' correctly.
27 PASS IDL and content attribute parse start of '7e2' correctly. 27 PASS IDL and content attribute parse start of '7e2' correctly.
28 Harness: the test ran to completion. 28 Harness: the test ran to completion.
29 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698