haikuwebkit/LayoutTests/svg/animations/smil-timers-not-disabled-cr...

20 lines
397 B
HTML

<!DOCTYPE html><html>
<head>
<script>
window.onload = function() {
if (window.testRunner) {
testRunner.dumpAsText();
}
};
</script>
</head>
<body>
<svg version="1.1" width="1" height="1" style="-webkit-filter: drop-shadow(1vh 1vw black)">
<animate attributeName="display" from="bad" to="worse">
</animate>
</svg>
<p>This test passes if neither it nor the next test crash.</p>
</body>
</html>