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

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 & revise expectation 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);
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>
Xianzhu 2015/06/02 23:34:35 What happened to this test case?
trchen 2015/06/03 00:06:59 This test case is wrong since beginning. Backgroun
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698