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

Unified Diff: LayoutTests/platform/chromium-linux/fast/forms/select-list-box-with-height-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-list-box-with-height-expected.txt
diff --git a/LayoutTests/platform/chromium-linux/fast/forms/select-list-box-with-height-expected.txt b/LayoutTests/platform/chromium-linux/fast/forms/select-list-box-with-height-expected.txt
index 56342b0a87c29ba0280c8648d7cea9fb19020c6d..0668531b8b118d11ffb2800c05c17358522a7ff9 100644
--- a/LayoutTests/platform/chromium-linux/fast/forms/select-list-box-with-height-expected.txt
+++ b/LayoutTests/platform/chromium-linux/fast/forms/select-list-box-with-height-expected.txt
@@ -7,5 +7,45 @@ layer at (0,0) size 800x600
RenderText {#text} at (0,0) size 346x19
text run at (0,0) width 346: "The select below has a size of 3, but a much larger height."
RenderBlock (anonymous) at (0,36) size 784x250
- RenderListBox {SELECT} at (2,0) size 64x250 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
RenderText {#text} at (0,0) size 0x0
+layer at (10,44) size 64x250 clip at (11,45) size 47x248
+ RenderListBox {SELECT} at (2,0) size 64x250 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+ RenderBlock {OPTION} at (1,1) size 47x17
+ RenderText {#text} at (2,0) size 21x16
+ text run at (2,0) width 21: "one"
+ RenderBlock {OPTION} at (1,18) size 47x17
+ RenderText {#text} at (2,0) size 20x16
+ text run at (2,0) width 20: "two"
+ RenderBlock {OPTION} at (1,35) size 47x17
+ RenderText {#text} at (2,0) size 29x16
+ text run at (2,0) width 29: "three"
+ RenderBlock {OPTION} at (1,52) size 47x17
+ RenderText {#text} at (2,0) size 21x16
+ text run at (2,0) width 21: "four"
+ RenderBlock {OPTION} at (1,69) size 47x17
+ RenderText {#text} at (2,0) size 18x16
+ text run at (2,0) width 18: "five"
+ RenderBlock {OPTION} at (1,86) size 47x17
+ RenderText {#text} at (2,0) size 17x16
+ text run at (2,0) width 17: "six"
+ RenderBlock {OPTION} at (1,103) size 47x17
+ RenderText {#text} at (2,0) size 33x16
+ text run at (2,0) width 33: "seven"
+ RenderBlock {OPTION} at (1,120) size 47x17
+ RenderText {#text} at (2,0) size 28x16
+ text run at (2,0) width 28: "eight"
+ RenderBlock {OPTION} at (1,137) size 47x17
+ RenderText {#text} at (2,0) size 24x16
+ text run at (2,0) width 24: "nine"
+ RenderBlock {OPTION} at (1,154) size 47x17
+ RenderText {#text} at (2,0) size 18x16
+ text run at (2,0) width 18: "ten"
+ RenderBlock {OPTION} at (1,171) size 47x17
+ RenderText {#text} at (2,0) size 36x16
+ text run at (2,0) width 36: "eleven"
+ RenderBlock {OPTION} at (1,188) size 47x17
+ RenderText {#text} at (2,0) size 35x16
+ text run at (2,0) width 35: "twelve"
+ RenderBlock {OPTION} at (1,205) size 47x16
+ RenderText {#text} at (2,0) size 43x16
+ text run at (2,0) width 43: "thirteen"

Powered by Google App Engine
This is Rietveld 408576698