haikuwebkit/LayoutTests/svg/custom/animation-on-view-element-e...

18 lines
404 B
HTML

<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
function loaded() {
if (window.testRunner)
testRunner.notifyDone();
}
</script>
</head>
<body>
<iframe style="border: none" onload="loaded()" width='200' height='200' src='resources/animation-on-view-element.svg'></iframe>
</body>
</html>