Index: third_party/WebKit/LayoutTests/fast/forms/select-set-length-optgroup-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select-set-length-optgroup-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/select-set-length-optgroup-expected.txt |
deleted file mode 100644 |
index 7130b3f81da7574825c0ed80ed687baed90446bd..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/forms/select-set-length-optgroup-expected.txt |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-This test that setting HTMLSelectElement.length respects optgroups. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS sel.length is 1 |
-PASS sel.length is 2 |
-PASS og.childElementCount is 1 |
-PASS sel.length is 1 |
-PASS og.childElementCount is 1 |
-PASS sel.length is 1 |
-PASS og.childElementCount is 0 |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |