blob: 66ed5ac2a4aa83a1e69bbfb515d0e3a674da7fe1 [file] [log] [blame]
<html>
<body>
<video src="../media/bear.ogv" id="video"></video>
<script>
elem = document.getElementById("video");
elem.addEventListener("loadedmetadata", function() {
domAutomationController.setAutomationId(0);
domAutomationController.send("FINISHED");
});
elem.load();
</script>
</body>
</html>