| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="../../js/resources/js-test-pre.js"></script> | |
| </head> | |
| <body> | |
| <script> | |
| window.webkitRequestAnimationFrame(function() { | |
| parent.callbackInvoked = true; | |
| }); | |
| parent.doDisplay(); | |
| setTimeout(function() { | |
| parent.doCheckResult(); | |
| }, 100); | |
| setTimeout(function() { | |
| parent.doTestDone(); | |
| }, 200); | |
| </script> | |
| </body> | |
| </html> |