Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / scrolling / overlay-scrollbars-expected.html
index de9680b..db49492 100644 (file)
@@ -29,8 +29,10 @@ html, body {
 </script>
 </head>
 <body>
-<p>You should see 2 green boxes with overlay scrollbars. The second box
-should have a scrollbar on the left.</p>
+<p>You should see first 2 green boxes with overlay scrollbars.
+The second box should have a scrollbar on the left.
+Remaining 2 green boxes should appear without overlay scrollbars.
+</p>
 
 <div class="container">
 <div class="scrollbar vertical" style="right: 4px; top: 4px;"></div>
@@ -41,13 +43,7 @@ should have a scrollbar on the left.</p>
 <div class="scrollbar horizontal" style="right: 4px; bottom: 4px;"></div>
 </div>
 
-<div class="container">
-<div class="scrollbar vertical" style="right: 4px; top: 4px; height: 85px"></div>
-<div class="scrollbar horizontal" style="left: 4px; bottom: 4px; width: 85px"></div>
-</div>
-<div dir="rtl" class="container">
-<div class="scrollbar vertical" style="left: 4px; top: 4px; height: 85px"></div>
-<div class="scrollbar horizontal" style="right: 4px; bottom: 4px; width: 85px"></div>
-</div>
+<div class="container"></div>
+<div dir="rtl" class="container"></div>
 </body>
-</html>
+</html>
\ No newline at end of file