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

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: Update Test Expectations 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..31647cae9d9a9d8e9dbf53cfb7d0122a66d7ec96
--- /dev/null
+++ b/LayoutTests/fast/forms/select/select-with-display-none-options-expected.txt
@@ -0,0 +1,19 @@
+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 select4.value is "a"
+PASS select4.value is "d"
+PASS select5.value is "a"
+PASS select5.value is "e"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/forms/select/select-with-display-none-options.html ('k') | Source/core/html/HTMLOptGroupElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698