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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/select-writing-direction-natural.html

Issue 1509853008: Move select/option/optgroup-related tests in fast/forms to fast/forms/select. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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-writing-direction-natural.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select-writing-direction-natural.html b/third_party/WebKit/LayoutTests/fast/forms/select-writing-direction-natural.html
deleted file mode 100644
index cf8be85a1f9958af8257c7304941f2d4156c5f81..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/forms/select-writing-direction-natural.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<html>
-<head>
- <style>
- select { width: 70px; }
- </style>
-</head>
-<body>
- <p>
- Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13775">http://bugs.webkit.org/show_bug.cgi?id=13775</a>
- REGRESSION: Popup button text should use "natural" directionality to match the items in the popup menu</i>.
- </p>
- <p>
- In all of the popup buttons below, the letter A should be on the left and the letter &#x05d0; should be on the right.
- </p>
- <div style="direction: ltr;">
- <div style="text-align: left;">
- <select><option>&#x05d0;A</option></select>
- <select><option>A&#x05d0;</option></select>
- <select><option>(&#x05d0;A</option></select>
- <select><option>(A&#x05d0;</option></select>
- </div>
- <div style="text-align: right;">
- <select><option>&#x05d0;A</option></select>
- <select><option>A&#x05d0;</option></select>
- <select><option>(&#x05d0;A</option></select>
- <select><option>(A&#x05d0;</option></select>
- </div>
- </div>
- <div style="direction: rtl;">
- <div style="text-align: left;">
- <select><option>&#x05d0;A</option></select>
- <select><option>A&#x05d0;</option></select>
- <select><option>(&#x05d0;A</option></select>
- <select><option>(A&#x05d0;</option></select>
- </div>
- <div style="text-align: right;">
- <select><option>&#x05d0;A</option></select>
- <select><option>A&#x05d0;</option></select>
- <select><option>(&#x05d0;A</option></select>
- <select><option>(A&#x05d0;</option></select>
- </div>
- </div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698