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

Side by Side Diff: third_party/WebKit/Source/web/tests/data/viewport-select.html

Issue 2215333002: Fix element visibility check for validation bubbles and SELECT popups. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta name="viewport" content="minimum-scale=2.0">
bokan 2016/08/08 15:23:00 The test would be more clear if you remove this me
tkent 2016/08/09 03:17:12 We need to apply minimum-scale for crbug.com/63256
5 <style>
6 select {
7 position: absolute;
8 right: 0px;
9 bottom: 0px;
10 width: 100px;
11 height: 20px;
12 }
13 </style>
14 </head>
15 <body>
16 <select><option>abc</option></select>
17 </body>
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698