| Index: LayoutTests/compositing/rubberbanding/transform-overhang-s.html
|
| diff --git a/LayoutTests/compositing/rubberbanding/transform-overhang-s.html b/LayoutTests/compositing/rubberbanding/transform-overhang-s.html
|
| deleted file mode 100644
|
| index e9d846137ef99b2f2153d2eb0fee6df70909b781..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/compositing/rubberbanding/transform-overhang-s.html
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -<html>
|
| -<head><title>Test rubber banding overhang drawing in compositing path</title></head>
|
| -<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>
|
| - if (window.internals && window.testRunner) {
|
| - testRunner.dumpAsTextWithPixelResults();
|
| - document.getElementById('info').style.visibility = "hidden";
|
| - internals.settings.setMockScrollbarsEnabled(false);
|
| - document.body.offsetTop;
|
| - internals.setFrameViewPosition(document, 0, 50);
|
| - }
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|