| 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>
|
|
|