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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/abspos-shift-image-incorrect-repaint-expected.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 xmlns="http://www.w3.org/1999/xhtml" lang="en"> 2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
3 <head> 3 <head>
4 <style> 4 <style>
5 .imageWrapper 5 .imageWrapper
6 { 6 {
7 position: relative; 7 position: relative;
8 display: inline-block; 8 display: inline-block;
9 width: 700px; 9 width: 700px;
10 } 10 }
(...skipping 13 matching lines...) Expand all
24 <div id="shiftMe"> 24 <div id="shiftMe">
25 <div class="imageWrapper"> 25 <div class="imageWrapper">
26 <img src="resources/apple.jpg"> 26 <img src="resources/apple.jpg">
27 </div> 27 </div>
28 <div class="imageWrapper"> 28 <div class="imageWrapper">
29 <img src="resources/apple.jpg"> 29 <img src="resources/apple.jpg">
30 </div> 30 </div>
31 </div> 31 </div>
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698