Index: third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-option-element/option-element-constructor-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-option-element/option-element-constructor-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-option-element/option-element-constructor-expected.txt |
deleted file mode 100644 |
index bf012cba5a6561a8ea4eb4f9976b0b34dd052039..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-option-element/option-element-constructor-expected.txt |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-This is a testharness.js-based test. |
-FAIL Option constructor with no arguments assert_false: expected false got true |
-PASS Option constructor with falsy arguments |
-PASS Option constructor creates HTMLOptionElement with specified text and value |
-PASS Option constructor handles selectedness correctly when specified with defaultSelected only |
-PASS Option constructor handles selectedness correctly, even when incongruous with defaultSelected |
-FAIL Option constructor treats undefined text and value correctly assert_false: expected false got true |
-PASS Option constructor treats falsy selected and defaultSelected correctly |
-PASS Option constructor treats truthy selected and defaultSelected correctly |
-PASS Option constructor does not set dirtiness (so, manipulating the selected content attribute still updates the selected IDL attribute) |
-Harness: the test ran to completion. |
- |