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

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

Issue 225413019: input[type=color] should look like a button (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More NeedsRebaseline Created 6 years, 8 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 9489eb3a25ef53e5e97cd5d75b4078966d2fff1b..9c61c015ee03f0922ff334a47c9626556c054e1a 100644
--- a/LayoutTests/fast/forms/color/input-appearance-color.html
+++ b/LayoutTests/fast/forms/color/input-appearance-color.html
@@ -1,3 +1,7 @@
+<script>
+if (window.testRunner)
+ testRunner.setUseMockTheme(false);
+</script>
<h3>Default Appearance</h3>
List color controls have different appearance.<br>
<input type="color"><input type="color" list>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/win/fast/forms/color/input-appearance-color-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698