| Index: LayoutTests/platform/chromium/compositing/lots-of-img-layers-with-opacity.html
|
| diff --git a/LayoutTests/platform/chromium/compositing/lots-of-img-layers-with-opacity.html b/LayoutTests/platform/chromium/compositing/lots-of-img-layers-with-opacity.html
|
| deleted file mode 100644
|
| index 1744689f0793253efbffbd5fa791d34f0aacad05..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/platform/chromium/compositing/lots-of-img-layers-with-opacity.html
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<body style="overflow:hidden">
|
| -<script>
|
| -for (var i=0; i<350; ++i) {
|
| - var img = document.createElement("img");
|
| - img.style.webkitTransform = "rotate("+(i/2)+"deg) translateZ(0)";
|
| - img.style.webkitTransformOrigin = "300px 300px";
|
| - img.style.position = "absolute";
|
| - img.style.opacity = 0.2;
|
| - document.body.appendChild(img);
|
| - img.src = "resources/apple.jpg";
|
| -}
|
| -</script>
|
| -</body>
|
| -
|
|
|