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

Unified Diff: LayoutTests/imported/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-expected.txt

Issue 1144143009: W3C Test: Import web-platform-tests/html/semantics (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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: LayoutTests/imported/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-expected.txt
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9a72317d0f62947af2d2c5bac81e308b71fc9068
--- /dev/null
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-expected.txt
@@ -0,0 +1,30 @@
+
+
+This is a testharness.js-based test.
+PASS The prototype for OL is HTMLOListElement.prototype
+FAIL 'reversed' property should be defined on OL. assert_own_property: expected property "reversed" missing
+FAIL 'start' property should be defined on OL. assert_own_property: expected property "start" missing
+FAIL 'type' property should be defined on OL. assert_own_property: expected property "type" missing
+PASS OL's 'reversed' IDL property reflects content attribute.
+PASS OL's 'start' IDL property reflects content attribute.
+PASS OL's 'type' IDL property reflects content attribute.
+PASS IDL 'reversed' attribute value false when content attribute absent
+PASS IDL 'reversed' attribute value true when content attribute exists
+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
+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.
+PASS IDL and content attribute parse start of '-4.03' correctly.
+PASS IDL and content attribute parse start of '4.9' correctly.
+PASS IDL and content attribute parse start of '-4.9' correctly.
+PASS IDL and content attribute parse start of '7e2' correctly.
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698