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

Unified Diff: LayoutTests/platform/chromium-linux/fast/forms/form-element-geometry-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/form-element-geometry-expected.txt
diff --git a/LayoutTests/platform/chromium-linux/fast/forms/form-element-geometry-expected.txt b/LayoutTests/platform/chromium-linux/fast/forms/form-element-geometry-expected.txt
index b96c87be142db3e770ef94a8896be545e52f8e5a..cca89478bff5b7a379642d83e025a0a82ec84e10 100644
--- a/LayoutTests/platform/chromium-linux/fast/forms/form-element-geometry-expected.txt
+++ b/LayoutTests/platform/chromium-linux/fast/forms/form-element-geometry-expected.txt
@@ -91,7 +91,6 @@ layer at (0,0) size 785x675
RenderTextControl {INPUT} at (2,2) size 93x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
RenderTableCell {TD} at (103,2) size 44x75 [r=0 c=1 rs=1 cs=1]
RenderBlock {DIV} at (1,1) size 42x73 [border: (2px solid #0000FF)]
- RenderListBox {SELECT} at (2,2) size 38x69 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
RenderTableCell {TD} at (149,2) size 244x28 [r=0 c=2 rs=1 cs=1]
RenderBlock {DIV} at (1,1) size 242x26 [border: (2px solid #0000FF)]
RenderFileUploadControl {INPUT} at (2,2) size 238x22 "No file chosen"
@@ -242,6 +241,23 @@ layer at (15,257) size 89x16
RenderBlock {DIV} at (2,3) size 89x16
RenderText {#text} at (0,0) size 49x16
text run at (0,0) width 49: "text field"
+layer at (114,254) size 38x69 clip at (115,255) size 21x67 scrollHeight 84
+ RenderListBox {SELECT} at (2,2) size 38x69 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+ RenderBlock {OPTION} at (1,1) size 21x17
+ RenderText {#text} at (2,0) size 17x16
+ text run at (2,0) width 17: "list"
+ RenderBlock {OPTION} at (1,18) size 21x17
+ RenderText {#text} at (2,0) size 7x16
+ text run at (2,0) width 7: "2"
+ RenderBlock {OPTION} at (1,35) size 21x17
+ RenderText {#text} at (2,0) size 7x16
+ text run at (2,0) width 7: "3"
+ RenderBlock {OPTION} at (1,52) size 21x17
+ RenderText {#text} at (2,0) size 7x16
+ text run at (2,0) width 7: "4"
+ RenderBlock {OPTION} at (1,69) size 21x16
+ RenderText {#text} at (2,0) size 7x16
+ text run at (2,0) width 7: "5"
layer at (408,256) size 179x36 clip at (409,257) size 177x34
RenderTextControl {TEXTAREA} at (4,4) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
RenderBlock {DIV} at (3,3) size 175x16

Powered by Google App Engine
This is Rietveld 408576698