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

Unified Diff: LayoutTests/fast/forms/select/select-with-display-none-options-expected.txt

Issue 189543012: Update <select> when any of its <option> children has "display: none" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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: LayoutTests/fast/forms/select/select-with-display-none-options-expected.txt
diff --git a/LayoutTests/fast/forms/select/select-with-display-none-options-expected.txt b/LayoutTests/fast/forms/select/select-with-display-none-options-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d83abeb476e2f060a5c8e0118399290cc71d0b61
--- /dev/null
+++ b/LayoutTests/fast/forms/select/select-with-display-none-options-expected.txt
@@ -0,0 +1,15 @@
+Tests for select not showing option element with display: none
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS select1.value is "a"
+PASS select1.value is "c"
+PASS select2.value is "a"
+PASS select2.value is "c"
+PASS select3.value is "a"
+PASS select3.value is "b"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698