| Index: LayoutTests/compositing/visible-rect/resources/subframe-with-layers.html
|
| diff --git a/LayoutTests/compositing/visible-rect/resources/subframe-with-layers.html b/LayoutTests/compositing/visible-rect/resources/subframe-with-layers.html
|
| deleted file mode 100644
|
| index 75a1b916c12d4e0b40c4f8a1310794037792b938..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/compositing/visible-rect/resources/subframe-with-layers.html
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -<!DOCTYPE html>
|
| -
|
| -<html>
|
| -<head>
|
| - <style>
|
| - body {
|
| - height: 1500px;
|
| - width: 1500px;
|
| - }
|
| - .box {
|
| - height: 300px;
|
| - width: 100px;
|
| - background-color: blue;
|
| - -webkit-transform: translateZ(1px);
|
| - }
|
| - </style>
|
| - <script>
|
| - function scroll()
|
| - {
|
| - window.setTimeout(function() {
|
| - window.scrollTo(10, 100);
|
| - }, 2000);
|
| - }
|
| - window.addEventListener('load', scroll, false);
|
| - </script>
|
| -</head>
|
| -<body>
|
| - <div class="box">asdf</div>
|
| -</body>
|
| -</html>
|
|
|