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

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

Issue 2434563008: Import wpt@26c8d4e87448d1c4e5ebf2ddb4917c0633c201db (Closed)
Patch Set: Mark one more test as potentially timing out 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/grouping-content/the-ol-element/grouping-ol-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-expected.txt
index e6b02eb7485aa247a8991ba9ee44cbc35aa31029..ee3dabf8418de0748a422ba78a750e6db6b79062 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-expected.txt
@@ -13,11 +13,11 @@ PASS Changing IDL 'reversed' property changes list's reversed property.
PASS Default start value for non-reversed list should be 1
PASS IDL and content attribute parse start of '.5' correctly.
PASS IDL and content attribute parse start of 'A' correctly.
-PASS Default start value (if none provided) for reversed list = child li elements.
-PASS Default start value (if failed to parse) for reversed list = child li elements.
-PASS Default start value for reversed list = child li elements (even with tons of other child elements).
-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
-PASS Deleting child element from reversed list reduces start value by 1
+FAIL Default start value (if none provided) for reversed list = 1. assert_equals: expected 1 but got 3
+FAIL Default start value (if failed to parse) for reversed list = 1. assert_equals: expected 1 but got 3
+FAIL Default start value for reversed list = 1 (even with tons of other child elements). assert_equals: expected 1 but got 3
+FAIL Adding child element to reversed list does not change start value assert_equals: expected 1 but got 3
+FAIL Deleting child element from reversed list does not change start value assert_equals: expected 1 but got 2
PASS IDL and content attribute parse start of '2' correctly.
PASS IDL and content attribute parse start of '-10' correctly.
PASS IDL and content attribute parse start of '4.03' correctly.

Powered by Google App Engine
This is Rietveld 408576698