Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/infrastructure/common-dom-interfaces/collections/htmloptionscollection-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/infrastructure/common-dom-interfaces/collections/htmloptionscollection-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/infrastructure/common-dom-interfaces/collections/htmloptionscollection-expected.txt |
deleted file mode 100644 |
index 73b6090c96355bccb3c4104f349e0ead5c404f4f..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/infrastructure/common-dom-interfaces/collections/htmloptionscollection-expected.txt |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-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 |
-PASS Insert <p><option>6</option></p> into <select> |
-PASS Insert <select><option>6</option></select> into <select> |
-PASS Insert <optgroup><option>6</option></optgroup> into <select> |
-PASS Insert <optgroup><optgroup><option>6</option></optgroup></optgroup> into <select> |
-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 HTMLOptionsCollection [index] method return the item with index |
-PASS HTMLOptionsCollection [name] method return the item with name |
-PASS HTMLOptionsCollection.item(index) method return the item with index |
-PASS HTMLOptionsCollection.item(name) method return the item with index 0 |
-PASS HTMLOptionsCollection.add method insert HTMLOptionElement Option element |
-PASS HTMLOptionsCollection.remove method remove Option element by index |
-PASS Add non-option to collection |
-Harness: the test ran to completion. |
- |