| Index: third_party/WebKit/LayoutTests/fast/scrolling/hide-scrollbars-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar-expected.html b/third_party/WebKit/LayoutTests/fast/scrolling/hide-scrollbars-expected.html
|
| similarity index 54%
|
| copy from third_party/WebKit/LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar-expected.html
|
| copy to third_party/WebKit/LayoutTests/fast/scrolling/hide-scrollbars-expected.html
|
| index 36d91ef5ab93d82c3f51355b4f0c734d9a1a8db1..ca8749ee428034e5451107c052807296afc17ecf 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/scrolling/hide-scrollbars-expected.html
|
| @@ -11,26 +11,20 @@ html, body {
|
| height: 100px;
|
| background-color: lime;
|
| position: relative;
|
| - display: block;
|
| - font-family: "Arial";
|
| - font-size : 12pt;
|
| -}
|
| -.scrollbar {
|
| - background-color: #808080;
|
| - position: absolute;
|
| -}
|
| -.vertical {
|
| - width: 3px;
|
| - height: 92px;
|
| }
|
| </style>
|
| <script>
|
| </script>
|
| </head>
|
| <body>
|
| -<p>You should see 2 green boxes with-out overlay scrollbar.</p>
|
| +<p>You should see 4 green boxes that do not show scrollbars.
|
| +The first two boxes would show overlay scrollbars if they weren't
|
| +hidden (second one with a scrollbar on the left).</p>
|
| +
|
| +<div class="container"></div>
|
| +<div dir="rtl" class="container"></div>
|
|
|
| <div class="container"></div>
|
| <div dir="rtl" class="container"></div>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|