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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/obscured-background-no-repaint.html

Issue 1972273002: Let repaint tests test pixels by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../../resources/run-after-layout-and-paint.js"></script> 3 <script src="../../resources/run-after-layout-and-paint.js"></script>
4 <script src="resources/text-based-repaint.js"></script> 4 <script src="resources/repaint.js"></script>
5 <style type="text/css"> 5 <style type="text/css">
6 #test1 div { 6 #test1 div {
7 height: 100px; 7 height: 100px;
8 width: 100px; 8 width: 100px;
9 } 9 }
10 #test1 .parent { 10 #test1 .parent {
11 background-image: url(resources/animated.gif) 11 background-image: url(resources/animated.gif)
12 } 12 }
13 #test1 .child { 13 #test1 .child {
14 background-color: green; 14 background-color: green;
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 <a> 85 <a>
86 <div></div> 86 <div></div>
87 <div> 87 <div>
88 <img src="resources/apple.jpg"> 88 <img src="resources/apple.jpg">
89 </div> 89 </div>
90 </a> 90 </a>
91 </div> 91 </div>
92 </div> 92 </div>
93 </body> 93 </body>
94 </html> 94 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698