From 483fe267b0bd32fba6a5d2a5395b1d8d0b6421aa Mon Sep 17 00:00:00 2001 From: tschaub Date: Mon, 16 Jan 2012 17:44:55 -0700 Subject: [PATCH] Update animation tests to run in a popup. As an optimization, certain browsers (e.g. Firefox) may not execute functions sent to `requestAnimationFrame` while the window is not visible. Because our tests run in an iframe, the tests fail unless we open a popup to run the animation methods. --- tests/Animation.html | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/tests/Animation.html b/tests/Animation.html index 75ea4e8331..7215284ae7 100644 --- a/tests/Animation.html +++ b/tests/Animation.html @@ -13,9 +13,18 @@