Chromium Code Reviews| 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
|