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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/overflow-into-content.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 <!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 bug 25282 (bug 12885 with a repaint container)</title> 4 <title>Test for bug 25282 (bug 12885 with a repaint container)</title>
5 <style type="text/css"> 5 <style type="text/css">
6 div.wrapper { 6 div.wrapper {
7 height: 420px; 7 height: 420px;
8 width: 120px; 8 width: 120px;
9 margin: 20px; 9 margin: 20px;
10 transform: translateZ(0); 10 transform: translateZ(0);
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 <div style="position: relative;"> 55 <div style="position: relative;">
56 <div id="main-content"> 56 <div id="main-content">
57 </div> 57 </div>
58 </div> 58 </div>
59 <div id="target3" style="display: block;"></div> 59 <div id="target3" style="display: block;"></div>
60 </div> 60 </div>
61 </div> 61 </div>
62 </div> 62 </div>
63 </body> 63 </body>
64 </html> 64 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698