| Index: LayoutTests/platform/chromium/compositing/img-layer-grow.html
|
| diff --git a/LayoutTests/platform/chromium/compositing/img-layer-grow.html b/LayoutTests/platform/chromium/compositing/img-layer-grow.html
|
| deleted file mode 100644
|
| index 1e70c194eac4cb08994a005661beb18e2b4df9c0..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/platform/chromium/compositing/img-layer-grow.html
|
| +++ /dev/null
|
| @@ -1,33 +0,0 @@
|
| -<!DOCTYPE HTML>
|
| -<html>
|
| -<head>
|
| -<script src="../../../compositing/resources/mock_scrollbars.js"></script>
|
| -<script type="text/javascript" charset="utf-8">
|
| -
|
| - if (window.testRunner) {
|
| - testRunner.waitUntilDone();
|
| - testRunner.dumpAsText(true); // This is only useful as a pixel test.
|
| - }
|
| -
|
| - function doTest()
|
| - {
|
| - div = document.getElementById("div");
|
| - if (window.testRunner)
|
| - testRunner.display();
|
| - window.setTimeout(function() {
|
| - div.style.height = "1600px";
|
| - if (window.testRunner)
|
| - testRunner.notifyDone();
|
| - }, 0);
|
| - }
|
| -
|
| - window.addEventListener('load', doTest, false);
|
| -</script>
|
| -
|
| -</head>
|
| -<body>
|
| - <div id="div">
|
| - <img id="image" src="../../../compositing/resources/apple.jpg" style="-webkit-transform: translateZ(0);">
|
| - </div>
|
| -</body>
|
| -</html>
|
|
|