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

Unified Diff: LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt

Issue 347773002: Implement select listbox using shadow DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/mac/fast/forms/basic-selects-expected.txt
diff --git a/LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt b/LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt
index 39af9aaff7290ad23c4ddd8a2d1c5322245a942d..0f6926ab05d47bf54733e53444ba532f22af1ece 100644
--- a/LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt
+++ b/LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt
@@ -135,7 +135,7 @@ layer at (0,0) size 800x446
RenderText {#text} at (1,292) size 168x18
text run at (1,292) width 168: "select control with size=0: "
RenderBR {BR} at (169,292) size 0x18
- RenderMenuList {SELECT} at (1,309) size 198x18 [bgcolor=#FFFFFF]
+ RenderMenuList {SELECT} at (1,309) size 198x18 [bgcolor=#F8F8F8]
RenderBlock (anonymous) at (0,0) size 198x18
RenderText at (8,2) size 70x13
text run at (8,2) width 70: "Future Series"
@@ -145,7 +145,7 @@ layer at (0,0) size 800x446
RenderText {#text} at (1,326) size 168x18
text run at (1,326) width 168: "select control with size=1: "
RenderBR {BR} at (169,326) size 0x18
- RenderMenuList {SELECT} at (1,343) size 198x18 [bgcolor=#FFFFFF]
+ RenderMenuList {SELECT} at (1,343) size 198x18 [bgcolor=#F8F8F8]
RenderBlock (anonymous) at (0,0) size 198x18
RenderText at (8,2) size 70x13
text run at (8,2) width 70: "Future Series"

Powered by Google App Engine
This is Rietveld 408576698