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

Unified Diff: LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.txt

Issue 347773002: Implement select listbox using shadow DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/mac/fast/forms/select-item-background-clip-expected.txt
diff --git a/LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.txt b/LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.txt
index 1a44cea22d2339466bf28c77ca6ea057c8516c14..80edc8e6a04e6b537a1d6bfc9299ab529933a19c 100644
--- a/LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.txt
+++ b/LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.txt
@@ -16,7 +16,20 @@ layer at (0,0) size 800x600
text run at (0,18) width 158: "not clipped to the list box"
RenderText {#text} at (158,18) size 4x18
text run at (158,18) width 4: "."
- RenderBlock (anonymous) at (0,52) size 784x58
- RenderListBox {SELECT} at (0,0) size 55x58 [bgcolor=#FFFFFF] [border: (3px solid #0000FF)]
+ RenderBlock (anonymous) at (0,52) size 784x57
RenderText {#text} at (0,0) size 0x0
RenderText {#text} at (0,0) size 0x0
+layer at (8,59) size 55x59 clip at (11,62) size 38x53 scrollHeight 62
+ RenderListBox {SELECT} at (0,-0.75) size 54.70x58.75 [bgcolor=#FFFFFF] [border: (3px solid #0000FF)]
+ RenderBlock {OPTION} at (6,6) size 31.70x14
+ RenderText {#text} at (2,0) size 20x13
+ text run at (2,0) width 20: "one"
+ RenderBlock {OPTION} at (6,20) size 31.70x14
+ RenderText {#text} at (2,0) size 20x13
+ text run at (2,0) width 20: "two"
+ RenderBlock {OPTION} at (6,34) size 31.70x14
+ RenderText {#text} at (2,0) size 28x13
+ text run at (2,0) width 28: "three"
+ RenderBlock {OPTION} at (6,48) size 31.70x14 [bgcolor=#800080]
+ RenderText {#text} at (2,0) size 23x13
+ text run at (2,0) width 23: "four"

Powered by Google App Engine
This is Rietveld 408576698