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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/clipped-layer-size-change.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 <style> 5 <style>
6 #container { 6 #container {
7 width: 200px; 7 width: 200px;
8 height: 200px; 8 height: 200px;
9 overflow: hidden; 9 overflow: hidden;
10 border: 1px solid black; 10 border: 1px solid black;
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 <body> 50 <body>
51 51
52 <div id="container"> 52 <div id="container">
53 <div class="scroll-content"> 53 <div class="scroll-content">
54 <div class="composited"></div> 54 <div class="composited"></div>
55 <div class="inner"></div> 55 <div class="inner"></div>
56 </div> 56 </div>
57 </div> 57 </div>
58 </body> 58 </body>
59 </html> 59 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698