mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix test syntax error.
This commit is contained in:
parent
ebf54c9788
commit
a1df2a75d0
2 changed files with 1 additions and 7 deletions
|
@ -1,6 +0,0 @@
|
|||
[animation-removed-node.html]
|
||||
prefs: [css.animations.testing.enabled:true]
|
||||
expected: ERROR
|
||||
[animation-removed-node]
|
||||
expected: FAIL
|
||||
|
|
@ -23,7 +23,7 @@ div.test { animation: boo 1s infinite; }
|
|||
// Verify that the previous animations are no longer considered active.
|
||||
assert_equals(window.runningAnimationCount, 0);
|
||||
t.done();
|
||||
});
|
||||
}));
|
||||
}));
|
||||
});
|
||||
}, "Animations are no longer active when a node can't be animated.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue