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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/overflow-auto-in-overflow-auto-scrolled.html

Issue 2321183002: Move repaint tests (except for svg/) 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 <html> 2 <html>
3 <head> 3 <head>
4 <script src="resources/text-based-repaint.js" type="text/javascript"></scrip t> 4 <script src="resources/text-based-repaint.js" type="text/javascript"></scrip t>
5 <script> 5 <script>
6 window.onload = function() { 6 window.onload = function() {
7 if (window.eventSender) { 7 if (window.eventSender) {
8 testRunner.dumpAsTextWithPixelResults(); 8 testRunner.dumpAsTextWithPixelResults();
9 9
10 if (window.internals) 10 if (window.internals)
(...skipping 21 matching lines...) Expand all
32 <!-- For the test to pass you should not see any RED or PURPLE, only green --> 32 <!-- For the test to pass you should not see any RED or PURPLE, only green -->
33 <div style="height: 300px; overflow-y: auto;" id="outerDiv"> 33 <div style="height: 300px; overflow-y: auto;" id="outerDiv">
34 <div style="height: 300px; background: purple;"></div> 34 <div style="height: 300px; background: purple;"></div>
35 <div style="height: 400px; overflow-y: auto;" id="innerDiv"> 35 <div style="height: 400px; overflow-y: auto;" id="innerDiv">
36 <div style="height: 400px; width: 300px; background: red"></div> 36 <div style="height: 400px; width: 300px; background: red"></div>
37 <div style="height: 400px; width: 300px; background: green"></div> 37 <div style="height: 400px; width: 300px; background: green"></div>
38 </div> 38 </div>
39 </div> 39 </div>
40 </body> 40 </body>
41 </html> 41 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698