mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 580098 followup: Revert no-longer-needed hackarounds from mochitests test_smilReset.xhtml & test_smilRestart.xhtml. [tests-only]
This commit is contained in:
parent
68569e8636
commit
b4c660e61d
@ -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");
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user