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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/requires-backing-repaint.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <html> 3 <html>
4 <head> 4 <head>
5 <script src="../../resources/run-after-layout-and-paint.js"></script> 5 <script src="../../../resources/run-after-layout-and-paint.js"></script>
6 <style> 6 <style>
7 .bar { 7 .bar {
8 width: 200px; 8 width: 200px;
9 height: 50px; 9 height: 50px;
10 margin-left: 50px; 10 margin-left: 50px;
11 background-color: gray; 11 background-color: gray;
12 transform: translateZ(0); 12 transform: translateZ(0);
13 } 13 }
14 14
15 #overflow { 15 #overflow {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 58
59 <div id="overflow"> 59 <div id="overflow">
60 <div></div> 60 <div></div>
61 <div></div> 61 <div></div>
62 <div></div> 62 <div></div>
63 <div></div> 63 <div></div>
64 <div></div> 64 <div></div>
65 </div> 65 </div>
66 </body> 66 </body>
67 </html> 67 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698