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

Side by Side Diff: LayoutTests/fast/backgrounds/bgCompositeCopy.html

Issue 1145993002: Refactor root element background painting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <head>
2 <style>
3 div {
4 background-image:url(resources/rgba16.png);
chrishtr 2015/06/09 21:07:52 Why delete this test?
trchen 2015/06/09 23:36:07 This test was designed incorrectly, and the implem
chrishtr 2015/06/10 01:03:39 Ok please file a but to track removal then. Sounds
trchen 2015/06/10 01:41:05 crbug.com/498588
5 -webkit-background-composite:copy;
6 }
7 </style>
8 </head>
9
10 <body>
11
12 <div style="width:85px; height:62px"></div>
13
14 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698