Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / block / margin-collapse / 104.html
index c9b0416..dc648cb 100644 (file)
@@ -5,7 +5,11 @@ table{margin: 0 0 0 auto ; border: 2px solid red}
 td{white-space: nowrap;}
 #b {margin: 0 0 0 auto; width: 900px; border: 2px solid red;}
 </style>
-
+<script>
+if (window.internals) {
+    window.internals.settings.setForceCompositingMode(true);
+}
+</script>
 <body>
 <div id=container>
        Resize the window. Red boxes below must not overflow the blue box (or window) from the 
@@ -26,4 +30,4 @@ td{white-space: nowrap;}
    </div>      
 </div>   
 </body>
-</html>
\ No newline at end of file
+</html>