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

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

Issue 34753002: make input type=color RTL direction aware (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed review comments and added test Created 7 years, 2 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..914ecfdd57dd445731ee4973946a99ec64ccd842 100644
--- a/LayoutTests/fast/forms/color/input-appearance-color.html
+++ b/LayoutTests/fast/forms/color/input-appearance-color.html
@@ -21,4 +21,7 @@ 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;">
+<h3>Default Appearance in RTL mode</h3>
+List color controls have different appearance in RTL if ENABLE(DATALIST).<br>
+<input type="color" list dir="RTL">
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/linux/fast/forms/color/input-appearance-color-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698