Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / body-propagation / overflow / 001-xhtml.xhtml
index e105c76..93e4a5b 100644 (file)
@@ -8,6 +8,11 @@
    .filler { color:gray; }
   </style>
  </head>
+ <script>
+  if (window.internals) {
+      window.internals.settings.setForceCompositingMode(true);
+  }
+ </script>
  <body>
   <p>There should be scrollbars for the viewport -- not for this box.</p>
   <p class="filler">This is filler text.</p>
@@ -15,4 +20,4 @@
   <p class="filler">This is filler text.</p>
   <p class="filler">This is filler text.</p>
  </body>
-</html>
\ No newline at end of file
+</html>