| Index: LayoutTests/rubberbanding/custom-scrollbars-sw.html
|
| diff --git a/LayoutTests/rubberbanding/custom-scrollbars-sw.html b/LayoutTests/rubberbanding/custom-scrollbars-sw.html
|
| deleted file mode 100644
|
| index 2634ea9d434b1b22b1b30f6bd5bfdd9f1b75ac5f..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/rubberbanding/custom-scrollbars-sw.html
|
| +++ /dev/null
|
| @@ -1,29 +0,0 @@
|
| -<html>
|
| -<head>
|
| - <title>Test rubber banding overhang drawing with custom scrollbars</title>
|
| - <style>
|
| - html {
|
| - overflow: scroll;
|
| - }
|
| - ::-webkit-scrollbar {
|
| - width: 16px;
|
| - height: 16px;
|
| - }
|
| - ::-webkit-scrollbar-track-piece,
|
| - ::-webkit-scrollbar-corner {
|
| - background-color: orange;
|
| - }
|
| - </style>
|
| -</head>
|
| -<body>
|
| -<div style="height:30px; background-color:black; width:100%"></div>
|
| -<div id="info">This test requires DRT.</div>
|
| -<script>
|
| - if (window.internals) {
|
| - document.getElementById('info').style.visibility = "hidden";
|
| - internals.settings.setMockScrollbarsEnabled(false);
|
| - internals.setFrameViewPosition(document, -50, 50);
|
| - }
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|