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

Unified Diff: LayoutTests/imported/web-platform-tests/html/infrastructure/common-dom-interfaces/collections/htmloptionscollection-expected.txt

Issue 1157773008: W3C Test: Import web-platform-tests/html/{iana,infrastructure} (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: W3CImportExpectations glitch Created 5 years, 7 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/infrastructure/common-dom-interfaces/collections/htmloptionscollection-expected.txt
diff --git a/LayoutTests/imported/web-platform-tests/html/infrastructure/common-dom-interfaces/collections/htmloptionscollection-expected.txt b/LayoutTests/imported/web-platform-tests/html/infrastructure/common-dom-interfaces/collections/htmloptionscollection-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d1c2d30c91e4c3605799a2f88d69103128c3b00d
--- /dev/null
+++ b/LayoutTests/imported/web-platform-tests/html/infrastructure/common-dom-interfaces/collections/htmloptionscollection-expected.txt
@@ -0,0 +1,22 @@
+
+This is a testharness.js-based test.
+PASS Original length
+PASS Setting length to original value has no effect
+PASS Setting length to shorter value
+PASS Setting length to longer value
+FAIL Insert <p><option>6</option></p> into <select> assert_equals: Correct length expected 5 but got 6
+FAIL Insert <select><option>6</option></select> into <select> assert_equals: Correct length expected 5 but got 6
+PASS Insert <optgroup><option>6</option></optgroup> into <select>
+FAIL Insert <optgroup><optgroup><option>6</option></optgroup></optgroup> into <select> assert_equals: Correct length expected 5 but got 6
+PASS namedItem id attribute
+PASS namedItem name attribute
+PASS namedItem doesn't match anything
+FAIL namedItem multiple IDs assert_equals: expected (string) "3" but got (undefined) undefined
+FAIL namedItem multiple names assert_equals: expected (string) "5" but got (undefined) undefined
+FAIL namedItem multiple name and ID assert_equals: expected (string) "7" but got (undefined) undefined
+FAIL namedItem multiple name and ID with multiple attributes assert_equals: expected (string) "9" but got (undefined) undefined
+PASS namedItem id attribute multiple attributes one element
+PASS namedItem name attribute multiple attributes one element
+PASS Add non-option to collection
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698