<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>MR Integration Basic Test</title>
<script type="text/javascript" src="common.js"></script>
</head>
<body>
<video id="video" controls loop>
<source src="bigbuck.webm">
</video>
<script>
const video = document.getElementById('video');
</script>
</body>
</html>