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

Unified Diff: LayoutTests/platform/chromium-linux/fast/forms/listbox-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/listbox-clip-expected.txt
diff --git a/LayoutTests/platform/chromium-linux/fast/forms/listbox-clip-expected.txt b/LayoutTests/platform/chromium-linux/fast/forms/listbox-clip-expected.txt
index da0ab3f2ff9220095dbce6ec3515668a1f0598fe..9938f00055cc80f5c060bd04b3f8227a653bcb79 100644
--- a/LayoutTests/platform/chromium-linux/fast/forms/listbox-clip-expected.txt
+++ b/LayoutTests/platform/chromium-linux/fast/forms/listbox-clip-expected.txt
@@ -3,6 +3,22 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
- RenderListBox {SELECT} at (0,2) size 100x85 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
RenderText {#text} at (0,0) size 0x0
RenderText {#text} at (0,0) size 0x0
+layer at (8,10) size 100x85 clip at (9,11) size 83x83 scrollWidth 122 scrollHeight 104
+ RenderListBox {SELECT} at (0,2) size 100x85 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+ RenderBlock {OPTION} at (1,1) size 83x21
+ RenderText {#text} at (2,0) size 120x20
+ text run at (2,0) width 120: "aaaaaa"
+ RenderBlock {OPTION} at (1,22) size 83x21
+ RenderText {#text} at (2,0) size 120x20
+ text run at (2,0) width 120: "aaaaaa"
+ RenderBlock {OPTION} at (1,43) size 83x21
+ RenderText {#text} at (2,0) size 120x20
+ text run at (2,0) width 120: "aaaaaa"
+ RenderBlock {OPTION} at (1,64) size 83x21
+ RenderText {#text} at (2,0) size 120x20
+ text run at (2,0) width 120: "aaaaaa"
+ RenderBlock {OPTION} at (1,85) size 83x20
+ RenderText {#text} at (2,0) size 120x20
+ text run at (2,0) width 120: "aaaaaa"

Powered by Google App Engine
This is Rietveld 408576698