<!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> |