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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/repaint/invalidations-on-composited-layers-expected.html

Issue 1994373002: Convert some repaint tests into ref tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 <!-- 3 <!--
4 This test checks that repaint testing works with composited layers. 4 This test checks that repaint testing works with composited layers.
5 --> 5 -->
6 6
7 <html> 7 <html>
8 <head> 8 <head>
9 <style type="text/css"> 9 <style type="text/css">
10 #parent { 10 #parent {
(...skipping 12 matching lines...) Expand all
23 } 23 }
24 24
25 </style> 25 </style>
26 </head> 26 </head>
27 <body> 27 <body>
28 <div id="parent"> 28 <div id="parent">
29 <div id="child"></div> 29 <div id="child"></div>
30 </div> 30 </div>
31 </body> 31 </body>
32 </html> 32 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698