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

Unified Diff: third_party/WebKit/LayoutTests/fast/backgrounds/bgCompositeCopy.html

Issue 1734863003: Remove webkit-background-composite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: third_party/WebKit/LayoutTests/fast/backgrounds/bgCompositeCopy.html
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/bgCompositeCopy.html b/third_party/WebKit/LayoutTests/fast/backgrounds/bgCompositeCopy.html
deleted file mode 100644
index 5a9898992f10229bf6270e799b43105936facab2..0000000000000000000000000000000000000000
--- a/third_party/WebKit/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>

Powered by Google App Engine
This is Rietveld 408576698