Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / resources / line-flow-with-floats.js
index 007bc0d..0571a3e 100644 (file)
@@ -4,10 +4,8 @@ var loadCount = 0;
 function loaded()
 {
     loadCount++;
-    if (loadCount == 2) {
-        document.body.offsetTop;
+    if (loadCount == 2)
         runRepaintTest();
-    }
 }
 
 function repaintTest()