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

Unified Diff: LayoutTests/fast/forms/color/input-appearance-color.html

Issue 180163012: Mac: Update CSS appearance for input[type=color][list]. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/fast/forms/color/input-appearance-color.html
diff --git a/LayoutTests/fast/forms/color/input-appearance-color.html b/LayoutTests/fast/forms/color/input-appearance-color.html
index bcaaf28355a314c9cb770b0092fab4aeac45141c..9489eb3a25ef53e5e97cd5d75b4078966d2fff1b 100644
--- a/LayoutTests/fast/forms/color/input-appearance-color.html
+++ b/LayoutTests/fast/forms/color/input-appearance-color.html
@@ -1,5 +1,5 @@
<h3>Default Appearance</h3>
-List color controls have different appearance if ENABLE(DATALIST).<br>
+List color controls have different appearance.<br>
<input type="color"><input type="color" list>
<h3>Different Font Sizes</h3>
List color controls have different sizes depending on font sizes. Normal color controls don't.<br>
@@ -21,4 +21,11 @@ List color controls have different sizes depending on font sizes. Normal color c
<input type="color" value="#EC008C" list>
<input type="color" value="#40e0d0" list>
<h3>Arbitrary Size</h3>
-<input type="color" value="#FF0000" style="width:100px;height:30px;">
+<input type="color" value="#FF0000" style="width:100px;height:30px;">
+<input type="color" value="#FF0000" style="zoom:2">
+<input type="color" value="#FF0000" style="zoom:2" list>
+<h3>Other styles</h3>
+<input type="color" value="#FF0000" style="background-color:yellow">
+<input type="color" value="#FF0000" style="background-color:yellow" list>
+<input type="color" value="#FF0000" style="border:1px solid lime; border-radius:0">
+<input type="color" value="#FF0000" style="border:1px solid lime; border-radius:0" list>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/mac/fast/forms/color/input-appearance-color-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698