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

Unified Diff: LayoutTests/fast/forms/select/listbox-with-display-none-option-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: Addtional layout test included. Created 6 years, 9 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/listbox-with-display-none-option-expected.txt
diff --git a/LayoutTests/fast/forms/select/listbox-with-display-none-option-expected.txt b/LayoutTests/fast/forms/select/listbox-with-display-none-option-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..faecfd94b4c22c7ec2ffd45b9a10af1d5ecc2057
--- /dev/null
+++ b/LayoutTests/fast/forms/select/listbox-with-display-none-option-expected.txt
@@ -0,0 +1,11 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x184
+ RenderBlock {HTML} at (0,0) size 800x184
+ RenderBody {BODY} at (8,16) size 784x160
+ RenderBlock {P} at (0,0) size 784x20
+ RenderText {#text} at (0,0) size 640x19
+ text run at (0,0) width 640: "The list box should not display items with display: none. \"Four\" and \"Six\" should not be displayed in the list."
+ RenderBlock (anonymous) at (0,36) size 784x124
+ RenderListBox {SELECT} at (2,2) size 56x120 [bgcolor=#FFFFFF] [border: (1px solid #A9A9A9)]
+ RenderText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698