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

Unified Diff: third_party/WebKit/LayoutTests/compositing/background-color/background-color-composite.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/compositing/background-color/background-color-composite-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/compositing/background-color/background-color-composite.html
diff --git a/third_party/WebKit/LayoutTests/compositing/background-color/background-color-composite.html b/third_party/WebKit/LayoutTests/compositing/background-color/background-color-composite.html
deleted file mode 100644
index d17de92787306dc12197142f9e27e1e997f95003..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/compositing/background-color/background-color-composite.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<html>
- <head>
- <style type="text/css">
- .green {
- width: 100px;
- height: 100px;
- background-color: green;
- display: block;
- padding: 10px;
- -webkit-background-composite: border;
- }
- .blue {
- width: 50px;
- height: 50px;
- background-color: blue;
- display: block;
- }
-
- .composited {
- transform: translateZ(0);
- }
- </style>
- </head>
- <body>
- <div class="green composited">
- <div class="blue composited">
- </div>
- </div>
- </body>
-</html>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/compositing/background-color/background-color-composite-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698