Index: third_party/WebKit/LayoutTests/fast/forms/HTMLOptionElement_selected2-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/forms/HTMLOptionElement_selected2-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/HTMLOptionElement_selected2-expected.txt |
deleted file mode 100644 |
index 1172b7aab8faaa2a41cfc098ca4116bf3c03c191..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/forms/HTMLOptionElement_selected2-expected.txt |
+++ /dev/null |
@@ -1,7 +0,0 @@ |
-This test checks that the selected property of an option is initialized correctly. https://bugs.webkit.org/show_bug.cgi?id=32641 |
- |
-Before querying selectedIndex, [theOption].selected = true |
- |
-[theSelect].selectedIndex = 0 |
- |
-After querying selectedIndex, [theOption].selected = true |