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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/obscured-background-no-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 <html> 1 <html>
2 <head> 2 <head>
3 <style type="text/css"> 3 <style type="text/css">
4 #test1 div { 4 #test1 div {
5 height: 100px; 5 height: 100px;
6 width: 100px; 6 width: 100px;
7 } 7 }
8 #test1 .parent { 8 #test1 .parent {
9 background-image: url(resources/animated.gif) 9 background-image: url(resources/animated.gif)
10 } 10 }
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 <div> 125 <div>
126 <img src="resources/apple.jpg"> 126 <img src="resources/apple.jpg">
127 </div> 127 </div>
128 </a> 128 </a>
129 </div> 129 </div>
130 </div> 130 </div>
131 <img id="imgForAdvanceImageAnimation" src="resources/animated.gif"> 131 <img id="imgForAdvanceImageAnimation" src="resources/animated.gif">
132 <pre id="output"></pre> 132 <pre id="output"></pre>
133 </body> 133 </body>
134 </html> 134 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698