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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-appearance-rtl-default.html

Issue 2003433002: SELECT Popup: Fix the right popup padding in RTL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-appearance-rtl-default.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-appearance-rtl.html b/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-appearance-rtl-default.html
similarity index 89%
copy from third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-appearance-rtl.html
copy to third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-appearance-rtl-default.html
index 74a64a28e2094de9a8490fd1c15f305f3f1ae538..9287f4067b8a685fe74664cc1fd6886e2dec3e9c 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-appearance-rtl.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-appearance-rtl-default.html
@@ -8,7 +8,7 @@ window.enablePixelTesting = true;
<script src="../resources/picker-common.js"></script>
</head>
<body>
-<select id="menu" style="margin-left: 100px; direction: rtl; padding-right: 20px; width: 130px; -webkit-appearance: none;">
+<select id="menu" style="margin-left: 100px; direction: rtl;">
<option>Item 01</option>
<option>Item 02</option>
<option>Item 03</option>

Powered by Google App Engine
This is Rietveld 408576698