Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / overflow / overflow-scroll.html
index aa10dc5..742e1fa 100644 (file)
         scrollables[i].scrollTop = 50;
       }
 
-      if (window.testRunner)
-        testRunner.notifyDone();
+      requestAnimationFrame(function() {
+        setTimeout(function() {
+          if (window.testRunner)
+            testRunner.notifyDone();
+        });
+      });
     }
 
     window.addEventListener('load', doTest, false);