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

Side by Side Diff: Source/web/tests/data/pinch-viewport-input-field.html

Issue 268363013: Text selection handles now take into account pinch viewport's offset. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 unified diff | Download patch
« no previous file with comments | « Source/web/tests/PinchViewportTest.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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 3
4 <head> 4 <head>
5 <meta name="viewport" content="width=200">
6 <style> 5 <style>
7 ::-webkit-scrollbar { 6 ::-webkit-scrollbar {
8 width: 0px; 7 width: 0px;
8 height: 0px;
9 } 9 }
10 body { 10 body {
11 margin: 0px; 11 margin: 0px;
12 } 12 }
13 #content { 13 #content {
14 background: silver; 14 background: silver;
15 width: 200px; 15 width: 500px;
16 height: 300px; 16 height: 600px;
17 } 17 }
18 </style> 18 </style>
19 </head> 19 </head>
20 20
21 <body> 21 <body>
22 <div id="content">a</div> 22 <div id="content">a</div>
23 <input style="border: 0px; padding: 0px; position: absolute; left: 200px; top: 600px; width: 100px; height: 20px" type="text">
23 </body> 24 </body>
24 25
25 </html> 26 </html>
OLDNEW
« no previous file with comments | « Source/web/tests/PinchViewportTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698