Bug 580098 followup: Revert no-longer-needed hackarounds from mochitests test_smilReset.xhtml & test_smilRestart.xhtml. [tests-only]

This commit is contained in:
Daniel Holbert 2010-07-22 12:19:46 -07:00
parent 68569e8636
commit b4c660e61d
2 changed files with 0 additions and 3 deletions

View File

@ -25,7 +25,6 @@ SimpleTest.waitForExplicitFinish();
function main() {
var svg = document.getElementById("svg");
svg.setCurrentTime(0);
ok(svg.animationsPaused(), "should be paused by <svg> load handler");
is(svg.getCurrentTime(), 0, "should be paused at 0 in <svg> load handler");

View File

@ -58,8 +58,6 @@ function tryRestart(elem, state, expected) {
}
function main() {
svg.setCurrentTime(0); // Workaround for bug 580077
// At first everything should be starting at 1s
is(always.getStartTime(), 1);
is(whenNotActive.getStartTime(), 1);