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

Side by Side Diff: android_webview/tools/automated_ui_tests/test/data/webview_scroll.html

Issue 2349663003: Adding WebView select tests to test select element's dropdown menu (Closed)
Patch Set: Add todo for UseWideViewPortAction Created 4 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 unified diff | Download patch
« no previous file with comments | « android_webview/tools/automated_ui_tests/test/data/webview_scaled.html ('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 <head>
4 <meta name='viewport' content='width=device-width'>
5 <title>Scrollable page with select menu in the middle</title>
6 <style>
7 #select {position:absolute;left:50%;top:50%;}
8 #selectbox {position:absolute;width:200%;height:200%;}
9 </style>
10 </head>
11 <body>
12 <div id='selectbox'>
13 <select id='select'>
14 <option value='v1'>Value1</option>
15 <option value='v2'>Value2</option>
16 </select>
17 </div>
18 </body>
19 </html>
OLDNEW
« no previous file with comments | « android_webview/tools/automated_ui_tests/test/data/webview_scaled.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698