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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/fixed-right-in-page-scale.html

Issue 2327223002: Move all remaining fast/repaint tests to paint/invalidation (Closed)
Patch Set: Created 4 years, 3 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
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 ::-webkit-scrollbar { 4 ::-webkit-scrollbar {
5 width: 0px; 5 width: 0px;
6 height: 0px; 6 height: 0px;
7 } 7 }
8 </style> 8 </style>
9 <script src="../../resources/js-test.js"></script> 9 <script src="../../fast/../resources/js-test.js"></script>
10 <script> 10 <script>
11 window.enablePixelTesting = true; 11 window.enablePixelTesting = true;
12 12
13 function scroll() { 13 function scroll() {
14 // Scrolls so that unscaled content is out of view 14 // Scrolls so that unscaled content is out of view
15 window.scrollTo(100,100); 15 window.scrollTo(100,100);
16 } 16 }
17 17
18 function applyScaleFactor() { 18 function applyScaleFactor() {
19 var scaleFactor = 2.0; 19 var scaleFactor = 2.0;
(...skipping 28 matching lines...) Expand all
48 <div style="float:left; width:100px; height:100px; background:blue;"></d iv> 48 <div style="float:left; width:100px; height:100px; background:blue;"></d iv>
49 <div style="float:left; width:100px; height:100px; background:yellow;">< /div> 49 <div style="float:left; width:100px; height:100px; background:yellow;">< /div>
50 50
51 <div style="float:left; width:100px; height:100px; background:blue;"></d iv> 51 <div style="float:left; width:100px; height:100px; background:blue;"></d iv>
52 <div style="float:left; width:100px; height:100px; background:yellow;">< /div> 52 <div style="float:left; width:100px; height:100px; background:yellow;">< /div>
53 <div style="float:left; width:100px; height:100px; background:green;"></ div> 53 <div style="float:left; width:100px; height:100px; background:green;"></ div>
54 </div> 54 </div>
55 <div id="console"></div> 55 <div id="console"></div>
56 </body> 56 </body>
57 </html> 57 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698