Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
function boom()
{
vid.setMediaKeys(null);
vid.fastSeek(111);
}
</script>
</head>
<body onload="boom();">
<video id="vid" src="../../../../layout/reftests/webm-video/frames.webm"></video>
</body>
</html>