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

Unified Diff: LayoutTests/platform/chromium-linux/fast/forms/select-item-background-clip-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-item-background-clip-expected.txt
diff --git a/LayoutTests/platform/chromium-linux/fast/forms/select-item-background-clip-expected.txt b/LayoutTests/platform/chromium-linux/fast/forms/select-item-background-clip-expected.txt
index 17b65deb292c257fdf156c3a1b5c8e39e7346855..1d3c57915b056212ed490d94fe5a85a46214676f 100644
--- a/LayoutTests/platform/chromium-linux/fast/forms/select-item-background-clip-expected.txt
+++ b/LayoutTests/platform/chromium-linux/fast/forms/select-item-background-clip-expected.txt
@@ -17,6 +17,19 @@ layer at (0,0) size 800x600
RenderText {#text} at (163,20) size 4x19
text run at (163,20) width 4: "."
RenderBlock (anonymous) at (0,56) size 784x67
- RenderListBox {SELECT} at (2,0) size 60x67 [bgcolor=#FFFFFF] [border: (3px solid #0000FF)]
RenderText {#text} at (0,0) size 0x0
RenderText {#text} at (0,0) size 0x0
+layer at (10,64) size 60x67 clip at (13,67) size 39x61 scrollHeight 73
+ RenderListBox {SELECT} at (2,0) size 60x67 [bgcolor=#FFFFFF] [border: (3px solid #0000FF)]
+ RenderBlock {OPTION} at (6,6) size 33x17
+ RenderText {#text} at (2,0) size 21x16
+ text run at (2,0) width 21: "one"
+ RenderBlock {OPTION} at (6,23) size 33x17
+ RenderText {#text} at (2,0) size 20x16
+ text run at (2,0) width 20: "two"
+ RenderBlock {OPTION} at (6,40) size 33x17
+ RenderText {#text} at (2,0) size 29x16
+ text run at (2,0) width 29: "three"
+ RenderBlock {OPTION} at (6,57) size 33x16 [bgcolor=#800080]
+ RenderText {#text} at (2,0) size 21x16
+ text run at (2,0) width 21: "four"

Powered by Google App Engine
This is Rietveld 408576698