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

Side by Side Diff: LayoutTests/compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport-expected.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> 4 <style>
5 ::-webkit-scrollbar {
6 width: 0px;
7 height: 0px;
8 }
5 body { 9 body {
6 width: 1000px; 10 width: 4000px;
7 height: 800px; 11 height: 4000px;
8 } 12 }
9 </style> 13 </style>
10 <script> 14 <script>
11 if (window.eventSender) 15 if (window.eventSender)
12 window.eventSender.setPageScaleFactor(0.5, 0, 0); 16 window.eventSender.setPageScaleFactor(0.5, 0, 0);
13 </script> 17 </script>
14 </head> 18 </head>
15 <body> 19 <body>
16 On success, the blue reference box should be invisible (covered by the fixed b ox). 20 On success, the blue reference box should be invisible (covered by the fixed b ox).
17 </body> 21 </body>
18 </html> 22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698