Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / geometry / fixed-position-composited-page-scale-smaller-than-viewport.html
index dafd8aa..823a49a 100644 (file)
@@ -2,10 +2,10 @@
 <html>
 <head>
 <style>
-  body {
-    width: 1000px;
-    height: 800px;
-  }
+   ::-webkit-scrollbar {
+    width: 0px;
+    height: 0px;
+   }
   .reference {
     position: absolute;
     left: 51px;
 </style>
 <script>
   if (window.internals && window.eventSender)
-    window.internals.settings.setAcceleratedCompositingForFixedPositionEnabled(true);
+    window.internals.settings.setPreferCompositingToLCDTextEnabled(true);
     window.eventSender.setPageScaleFactor(0.5, 0, 0);
 </script>
 </head>
-<body>
+<body style="width: 4000px; height: 4000px">
   On success, the blue reference box should be invisible (covered by the fixed box).
   <div class="reference"></div>
   <div class="fixed"></div>