| Index: third_party/WebKit/LayoutTests/compositing/repaint/shrink-layer.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/shrink-layer.html b/third_party/WebKit/LayoutTests/compositing/repaint/shrink-layer.html
|
| deleted file mode 100644
|
| index e4fdea07419799839304439f7f31d8e3428284fa..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/compositing/repaint/shrink-layer.html
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -<html>
|
| -<head>
|
| - <title>Test for bug 62243</title>
|
| - <style type="text/css">
|
| - #ruler {
|
| - transform: translateZ(0);
|
| - border-bottom: 10px solid black;
|
| - width: 550px;
|
| - height: 500px;
|
| - }
|
| - </style>
|
| - <script src="../../resources/run-after-layout-and-paint.js"></script>
|
| - <script>
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsTextWithPixelResults();
|
| - testRunner.waitUntilDone();
|
| - }
|
| - function repaintTest()
|
| - {
|
| - document.getElementById("ruler").style.height = "450px";
|
| - testRunner.notifyDone();
|
| - }
|
| - </script>
|
| -</head>
|
| -<body onload="runAfterLayoutAndPaint(repaintTest);">
|
| - <div id="ruler">
|
| -</body>
|
| -</html>
|
|
|