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

Unified Diff: LayoutTests/platform/chromium-linux/fast/forms/select-block-background-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-block-background-expected.txt
diff --git a/LayoutTests/platform/chromium-linux/fast/forms/select-block-background-expected.txt b/LayoutTests/platform/chromium-linux/fast/forms/select-block-background-expected.txt
index 6c13b1adfb0afc3fd9c966f022448b24cd13a467..27e2f1c8fbd33a035f18b7a3c914f96fe4f125d6 100644
--- a/LayoutTests/platform/chromium-linux/fast/forms/select-block-background-expected.txt
+++ b/LayoutTests/platform/chromium-linux/fast/forms/select-block-background-expected.txt
@@ -7,4 +7,8 @@ layer at (0,0) size 800x600
RenderText {#text} at (0,0) size 515x19
text run at (0,0) width 515: "This tests that backgrounds for list box items draw correctly when a list box is a block"
RenderBR {BR} at (515,15) size 0x0
- RenderListBox {SELECT} at (2,22) size 53x69 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+layer at (10,30) size 53x69 clip at (11,31) size 36x67
+ RenderListBox {SELECT} at (2,22) size 53x69 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+ RenderBlock {OPTION} at (1,1) size 36x16 [color=#323232] [bgcolor=#C8C8C8]
+ RenderText {#text} at (2,0) size 32x16
+ text run at (2,0) width 32: "Item1"

Powered by Google App Engine
This is Rietveld 408576698