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

Unified 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, 7 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/backgrounds/bgCompositeCopy.html
diff --git a/LayoutTests/fast/backgrounds/bgCompositeCopy.html b/LayoutTests/fast/backgrounds/bgCompositeCopy.html
deleted file mode 100644
index 5a9898992f10229bf6270e799b43105936facab2..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/backgrounds/bgCompositeCopy.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<head>
-<style>
- div {
- background-image:url(resources/rgba16.png);
- -webkit-background-composite:copy;
- }
-</style>
-</head>
-
-<body>
-
-<div style="width:85px; height:62px"></div>
-
-</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

Powered by Google App Engine
This is Rietveld 408576698