mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 940381 (part 2) - Simplify test loading now that SMIL is always enabled. r=dholbert
This commit is contained in:
parent
e13d2b0b68
commit
32b070e454
@ -213,14 +213,7 @@ function checkDiffValue(animLength)
|
||||
+ "baseValue.convertToSpecifiedUnits");
|
||||
}
|
||||
|
||||
var animate = document.getElementById('animate');
|
||||
if (animate && animate.targetElement) {
|
||||
window.addEventListener("load", main, false);
|
||||
} else {
|
||||
// SMIL not enabled: skip tests but don't report 'todo' either
|
||||
ok(true);
|
||||
SimpleTest.finish();
|
||||
}
|
||||
window.addEventListener("load", main, false);
|
||||
]]>
|
||||
</script>
|
||||
</pre>
|
||||
|
Loading…
Reference in New Issue
Block a user