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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/content-into-overflow-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 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head> 3 <head>
4 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=12885</title> 4 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=12885</title>
5 <style type="text/css"> 5 <style type="text/css">
6 div.wide { width: 100px; height: 50px; } 6 div.wide { width: 100px; height: 50px; }
7 div.narrow { width: 50px; } 7 div.narrow { width: 50px; }
8 div.tall { width: 50px; height: 100px; } 8 div.tall { width: 50px; height: 100px; }
9 div.short { height: 50px; width: 50px; } 9 div.short { height: 50px; width: 50px; }
10 #main-content { float: left; width: 100px; height: 80px; } 10 #main-content { float: left; width: 100px; height: 80px; }
(...skipping 17 matching lines...) Expand all
28 <div style="background: green;"> 28 <div style="background: green;">
29 <div style="position: relative;"> 29 <div style="position: relative;">
30 <div id="main-content"> 30 <div id="main-content">
31 </div> 31 </div>
32 </div> 32 </div>
33 <div id="target3"></div> 33 <div id="target3"></div>
34 </div> 34 </div>
35 </div> 35 </div>
36 </body> 36 </body>
37 </html> 37 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698