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> |