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

Unified Diff: LayoutTests/platform/chromium-linux/fast/forms/select-listbox-multiple-no-focusring-expected.txt

Issue 14096013: Implement select element list box with shadow DOM. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@shadowselect
Patch Set: Created 7 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/platform/chromium-linux/fast/forms/select-listbox-multiple-no-focusring-expected.txt
diff --git a/LayoutTests/platform/chromium-linux/fast/forms/select-listbox-multiple-no-focusring-expected.txt b/LayoutTests/platform/chromium-linux/fast/forms/select-listbox-multiple-no-focusring-expected.txt
index 5df19656df5719c3eb5c4360fa256b70a34d674c..1bec66e8e0a1d3a8fe33622f8a1d49ba0a990d4d 100644
--- a/LayoutTests/platform/chromium-linux/fast/forms/select-listbox-multiple-no-focusring-expected.txt
+++ b/LayoutTests/platform/chromium-linux/fast/forms/select-listbox-multiple-no-focusring-expected.txt
@@ -1,8 +1,15 @@
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
-layer at (0,0) size 800x89
- RenderBlock {HTML} at (0,0) size 800x89
- RenderBody {BODY} at (8,8) size 784x73
- RenderListBox {SELECT} at (2,2) size 370x69 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+layer at (0,0) size 800x90
+ RenderBlock {HTML} at (0,0) size 800x90
+ RenderBody {BODY} at (8,8) size 784x74
RenderText {#text} at (0,0) size 0x0
RenderText {#text} at (0,0) size 0x0
+layer at (10,10) size 370x69 clip at (11,11) size 353x67
+ RenderListBox {SELECT} at (2,2) size 370x69 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+ RenderBlock {OPTION} at (1,1) size 353x17 [bgcolor=#1E90FF]
+ RenderText {#text} at (2,0) size 349x16
+ text run at (2,0) width 349: "make-the-item-long-enough-to-make-a-difference-in-pixel-test"
+ RenderBlock {OPTION} at (1,18) size 353x16
+ RenderText {#text} at (2,0) size 7x16
+ text run at (2,0) width 7: "b"

Powered by Google App Engine
This is Rietveld 408576698