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

Side by Side Diff: Source/web/tests/data/popup/select_rtl.html

Issue 341543002: Reland 176261: Fix for select PopupMenuList appearance in rtl mode with overlay-scrollbar enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 unified diff | Download patch
« no previous file with comments | « Source/web/tests/PopupMenuTest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body dir="rtl">
4 <div id="message"></div>
5 <select id="s" autofocus>
6 <option>1</option>
7 <option>2</option>
8 <option>3</option>
9 <option>4</option>
10 <option>5</option>
11 <option>6</option>
12 <option>7</option>
13 <option>8</option>
14 <option>9</option>
15 <option>10</option>
16 <option>1</option>
17 <option>2</option>
18 <option>3</option>
19 <option>4</option>
20 <option>5</option>
21 <option>6</option>
22 <option>7</option>
23 <option>8</option>
24 <option>9</option>
25 <option>10</option>
26 <option>1</option>
27 <option>2</option>
28 <option>3</option>
29 <option>4</option>
30 <option>5</option>
31 <option>6</option>
32 <option>7</option>
33 <option>8</option>
34 <option>9</option>
35 <option>10</option>
36 </select>
37 </body>
38 </html>
OLDNEW
« no previous file with comments | « Source/web/tests/PopupMenuTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698