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

Unified Diff: LayoutTests/platform/chromium-linux/fast/forms/select/optgroup-rendering-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/optgroup-rendering-expected.txt
diff --git a/LayoutTests/platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.txt b/LayoutTests/platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.txt
index 80527cdeeb876a065a4cb8b2d0fe8a1b8b8e4636..5c4ca7480ec987fe072360f878e8938e741f790a 100644
--- a/LayoutTests/platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.txt
+++ b/LayoutTests/platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.txt
@@ -1,15 +1,64 @@
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
-layer at (0,0) size 800x385
- RenderBlock {HTML} at (0,0) size 800x385
- RenderBody {BODY} at (8,8) size 784x369
- RenderBlock {FORM} at (0,0) size 784x369
- RenderListBox {SELECT} at (2,2) size 80x341 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
- RenderText {#text} at (84,323) size 4x19
- text run at (84,323) width 4: " "
- RenderBR {BR} at (88,323) size 0x19
- RenderMenuList {SELECT} at (2,347) size 73x20 [bgcolor=#DDDDDD] [border: (1px solid #000000)]
+layer at (0,0) size 800x386
+ RenderBlock {HTML} at (0,0) size 800x386
+ RenderBody {BODY} at (8,8) size 784x370
+ RenderBlock {FORM} at (0,0) size 784x370
+ RenderText {#text} at (84,326) size 4x19
+ text run at (84,326) width 4: " "
+ RenderBR {BR} at (88,326) size 0x19
+ RenderMenuList {SELECT} at (2,348) size 73x20 [bgcolor=#DDDDDD] [border: (1px solid #000000)]
RenderBlock (anonymous) at (1,1) size 71x18
RenderText at (4,1) size 32x16
text run at (4,1) width 32: "Three"
RenderText {#text} at (0,0) size 0x0
+layer at (10,10) size 80x341 clip at (11,11) size 63x339
+ RenderListBox {SELECT} at (2,2) size 80x341 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+ RenderBlock {OPTGROUP} at (1,1) size 63x85 [color=#008000]
+ RenderBlock {DIV} at (0,0) size 63x17
+ RenderText {#text} at (2,0) size 52x16
+ text run at (2,0) width 52: "Enabled"
+ RenderBlock {OPTION} at (0,17) size 63x17 [color=#0000FF]
+ RenderText {#text} at (19,0) size 24x16
+ text run at (19,0) width 24: "One"
+ RenderBlock {OPTION} at (0,34) size 63x17 [color=#0000FF]
+ RenderText {#text} at (19,0) size 23x16
+ text run at (19,0) width 23: "Two"
+ RenderBlock {OPTION} at (0,51) size 63x17 [color=#0000FF]
+ RenderText {#text} at (19,0) size 32x16
+ text run at (19,0) width 32: "Three"
+ RenderBlock {OPTION} at (0,68) size 63x17 [color=#0000FF]
+ RenderText {#text} at (19,0) size 26x16
+ text run at (19,0) width 26: "Four"
+ RenderBlock {OPTGROUP} at (1,86) size 63x85 [color=#FFC0CB]
+ RenderBlock {DIV} at (0,0) size 63x17
+ RenderText {#text} at (2,0) size 55x16
+ text run at (2,0) width 55: "Disabled"
+ RenderBlock {OPTION} at (0,17) size 63x17 [color=#FF0000]
+ RenderText {#text} at (19,0) size 24x16
+ text run at (19,0) width 24: "One"
+ RenderBlock {OPTION} at (0,34) size 63x17 [color=#FF0000]
+ RenderText {#text} at (19,0) size 23x16
+ text run at (19,0) width 23: "Two"
+ RenderBlock {OPTION} at (0,51) size 63x17 [color=#FF0000]
+ RenderText {#text} at (19,0) size 32x16
+ text run at (19,0) width 32: "Three"
+ RenderBlock {OPTION} at (0,68) size 63x17 [color=#FF0000]
+ RenderText {#text} at (19,0) size 26x16
+ text run at (19,0) width 26: "Four"
+ RenderBlock {OPTGROUP} at (1,171) size 63x84 [color=#008000]
+ RenderBlock {DIV} at (0,0) size 63x17
+ RenderText {#text} at (2,0) size 59x16
+ text run at (2,0) width 59: "Enabled2"
+ RenderBlock {OPTION} at (0,17) size 63x17 [color=#0000FF]
+ RenderText {#text} at (19,0) size 24x16
+ text run at (19,0) width 24: "One"
+ RenderBlock {OPTION} at (0,34) size 63x17 [color=#FF0000]
+ RenderText {#text} at (19,0) size 23x16
+ text run at (19,0) width 23: "Two"
+ RenderBlock {OPTION} at (0,51) size 63x17 [color=#0000FF] [bgcolor=#C8C8C8]
+ RenderText {#text} at (19,0) size 32x16
+ text run at (19,0) width 32: "Three"
+ RenderBlock {OPTION} at (0,68) size 63x16 [color=#0000FF]
+ RenderText {#text} at (19,0) size 26x16
+ text run at (19,0) width 26: "Four"

Powered by Google App Engine
This is Rietveld 408576698