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

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 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 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);
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
- -webkit-background-composite:copy;
- }
-</style>
-</head>
-
-<body>
-
-<div style="width:85px; height:62px"></div>
-
-</body>

Powered by Google App Engine
This is Rietveld 408576698