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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/composited-document-element.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> 1 <!DOCTYPE html>
2 2
3 <html> 3 <html>
4 <head> 4 <head>
5 <style> 5 <style>
6 html { 6 html {
7 -webkit-perspective: 1200px; 7 -webkit-perspective: 1200px;
8 background-color: red; 8 background-color: red;
9 } 9 }
10 html.changed { 10 html.changed {
(...skipping 20 matching lines...) Expand all
31 testRunner.notifyDone(); 31 testRunner.notifyDone();
32 }, 0); 32 }, 0);
33 } 33 }
34 window.addEventListener('load', doTest, false); 34 window.addEventListener('load', doTest, false);
35 </script> 35 </script>
36 </head> 36 </head>
37 <body> 37 <body>
38 <p>In a pixel test, you should see a plain white background.</p> 38 <p>In a pixel test, you should see a plain white background.</p>
39 </body> 39 </body>
40 </html> 40 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698