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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/layer-outline-horizontal.html

Issue 2327223002: Move all remaining fast/repaint tests 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 <html> 1 <html>
2 <head> 2 <head>
3 <style type="text/css"> 3 <style type="text/css">
4 div.t { outline: 10px solid green; width: 98px; height: 98px; border: 1p x solid black; background-color: #eee; } 4 div.t { outline: 10px solid green; width: 98px; height: 98px; border: 1p x solid black; background-color: #eee; }
5 </style> 5 </style>
6 </head> 6 </head>
7 <body> 7 <body>
8 <p> 8 <p>
9 This tests for regressions against <i><a href="https://bugs.webkit.org/show_bug. cgi?id=7943">http://bugzilla.opendarwin.org/show_bug.cgi?id=7943</a> 9 This tests for regressions against <i><a href="https://bugs.webkit.org/show_bug. cgi?id=7943">http://bugzilla.opendarwin.org/show_bug.cgi?id=7943</a>
10 Layer outline does not repaint</i>. 10 Layer outline does not repaint</i>.
(...skipping 12 matching lines...) Expand all
23 </div> 23 </div>
24 <div class="t" style="position: absolute; left: 660px; top: 10px; clip: rect(105 px 110px 110px 105px);"> 24 <div class="t" style="position: absolute; left: 660px; top: 10px; clip: rect(105 px 110px 110px 105px);">
25 </div> 25 </div>
26 </div> 26 </div>
27 <div class="t" style="overflow: hidden; margin: 10px;"> 27 <div class="t" style="overflow: hidden; margin: 10px;">
28 </div> 28 </div>
29 <div class="t" style="position: relative; left: 10px; top: 20px;"> 29 <div class="t" style="position: relative; left: 10px; top: 20px;">
30 </div> 30 </div>
31 </body> 31 </body>
32 </html> 32 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698