Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / body-propagation / overflow / 005.html
index 0c366ba..a993bd3 100644 (file)
@@ -13,6 +13,9 @@
      document.documentElement.insertBefore(newElm, document.getElementsByTagName("body")[0]);
      document.getElementsByTagName("p")[0].firstChild.data = "There should be scrollbars for the viewport -- not for this box. (Additionally, there should be a box above that does have scrollbars.)";
    }
+   if (window.internals) {
+     window.internals.settings.setForceCompositingMode(true);
+   }
   </script>
  </head>
  <body>
@@ -22,4 +25,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>