| Index: LayoutTests/compositing/rubberbanding/transform-overhang-size-change.html
|
| diff --git a/LayoutTests/compositing/rubberbanding/transform-overhang-size-change.html b/LayoutTests/compositing/rubberbanding/transform-overhang-size-change.html
|
| deleted file mode 100644
|
| index 3c2340f31d1bf92d89ca1c23be37a8c8bc4fe559..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/compositing/rubberbanding/transform-overhang-size-change.html
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -<html>
|
| -<title>Test rubber banding overhang drawing in compositing path with changes to the size of the overhang</title>
|
| -<body>
|
| -<div style="height:30px; background-color:black; width:100%">
|
| -<b style="transform:translateZ(0); position:absolute"></b>
|
| -</div>
|
| -
|
| -<div id="info">This test requires DRT.</div>
|
| -<script src="../../resources/run-after-display.js"></script>
|
| -<script>
|
| - if (window.internals && window.testRunner) {
|
| - testRunner.dumpAsTextWithPixelResults();
|
| - testRunner.waitUntilDone();
|
| - document.getElementById('info').style.visibility = "hidden";
|
| - internals.settings.setMockScrollbarsEnabled(false);
|
| - internals.setFrameViewPosition(document, -20, -20);
|
| - runAfterDisplay(function() {
|
| - internals.setFrameViewPosition(document, -60, -60);
|
| - testRunner.notifyDone();
|
| - });
|
| - }
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|