| <script src="../../resources/js-test-pre.js"></script> |
| description("Tests that requestAnimationFrame is not throttled in subframes that are display:none"); |
| window.jsTestIsAsync = true; |
| testFrame = document.getElementById("testFrame"); |
| shouldBeEqualToString("testFrame.contentWindow.internals.requestAnimationFrameThrottlingReasons()", "[Unthrottled]"); |
| <iframe id="testFrame" style="position: absolute; top: 800px; display: none;" src="resources/requestAnimationFrame-frame.html" onload="runTest()"></iframe> |
| <script src="../../resources/js-test-post.js"></script> |