4 <script src=
"../../resources/js-test.js"></script>
7 <iframe src=
"script-tests/request-animation-frame-subframe.html" width=
"700" height=
"500"></iframe>
8 <script type=
"text/javascript" charset=
"utf-8">
9 description(
"Tests requestAnimationFrame in an iframe");
11 var callbackInvoked = false;
13 if (window.testRunner) {
14 testRunner.dumpAsText();
15 testRunner.waitUntilDone();
18 function doCheckResult()
20 shouldBeTrue(
"callbackInvoked");
25 isSuccessfullyParsed();
26 if (window.testRunner)
27 testRunner.notifyDone();