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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-option-element/option-element-constructor-expected.txt

Issue 2891723002: Do not create child node for Option constructor with no arguments/undefined text (Closed)
Patch Set: Rebased and added IsEmpty check Created 3 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: 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.
-

Powered by Google App Engine
This is Rietveld 408576698