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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/become-overlay-composited-layer.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" media="screen"> 3 <style type="text/css" media="screen">
4 #container 4 #container
5 { 5 {
6 position: relative; 6 position: relative;
7 width: 500px; 7 width: 500px;
8 height: 100px; 8 height: 100px;
9 opacity: 0.85; 9 opacity: 0.85;
10 border: 1px solid black; 10 border: 1px solid black;
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 </script> 64 </script>
65 </head> 65 </head>
66 <body> 66 <body>
67 <p><a href="<rdar://problem/6983207>">rdar://problem/6983207</a>Should not l eave blue box behind after moving to the top right.</p> 67 <p><a href="<rdar://problem/6983207>">rdar://problem/6983207</a>Should not l eave blue box behind after moving to the top right.</p>
68 <div id="container"> 68 <div id="container">
69 <div id="box"></div> 69 <div id="box"></div>
70 <div id="fader"></div> 70 <div id="fader"></div>
71 </div> 71 </div>
72 72
73 </body></html> 73 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698