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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/box-inline-resize.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 <!doctype html> 1 <!doctype html>
2 <head> 2 <head>
3 <script src="resources/text-based-repaint.js"></script> 3 <script src="resources/repaint.js"></script>
4 <style> 4 <style>
5 #about-container { 5 #about-container {
6 display: -webkit-box; 6 display: -webkit-box;
7 } 7 }
8 #foo { 8 #foo {
9 background-color: green; 9 background-color: green;
10 width: 0px; 10 width: 0px;
11 height: 0px; 11 height: 0px;
12 } 12 }
13 </style> 13 </style>
(...skipping 13 matching lines...) Expand all
27 </head> 27 </head>
28 28
29 <p>Test for http://crbug.com/360453</p> 29 <p>Test for http://crbug.com/360453</p>
30 <p>You should see an invalidation at x=40 of the h2 or this test is broken.</p> 30 <p>You should see an invalidation at x=40 of the h2 or this test is broken.</p>
31 31
32 <div id="about-container"> 32 <div id="about-container">
33 <img id='foo'/> 33 <img id='foo'/>
34 <h2>Chromium</h2> 34 <h2>Chromium</h2>
35 </div> 35 </div>
36 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698