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

Side by Side Diff: LayoutTests/fast/events/page-scaled-mouse-click.html

Issue 190723007: Fix tests to be compatible with Android scale initialization. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove substantive change, change only tests 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style>
5 ::-webkit-scrollbar {
6 width: 0px;
7 height: 0px;
8 }
9 </style>
4 <script src="../../resources/js-test.js"></script> 10 <script src="../../resources/js-test.js"></script>
5 </head> 11 </head>
6 <body style="margin:0px"> 12 <body style="width: 4000px; margin:0px">
7 <script src="script-tests/page-scaled-mouse-click.js"></script> 13 <script src="script-tests/page-scaled-mouse-click.js"></script>
8 </body> 14 </body>
9 </html> 15 </html>
OLDNEW
« no previous file with comments | « LayoutTests/compositing/repaint/page-scale-repaint.html ('k') | LayoutTests/fast/events/page-scaled-mouse-click-iframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698