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

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

Issue 427283002: Color element RTL direction aware (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/css/html.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9c61c015ee03f0922ff334a47c9626556c054e1a..828b02052dab56635378e17bc51e9a2d229dca05 100644
--- a/LayoutTests/fast/forms/color/input-appearance-color.html
+++ b/LayoutTests/fast/forms/color/input-appearance-color.html
@@ -33,3 +33,6 @@ List color controls have different sizes depending on font sizes. Normal color c
<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>
+<h3>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') | Source/core/css/html.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698