summaryrefslogtreecommitdiffstats
path: root/dom/media/test/crashtests/1787281.html
blob: e5586dbf2f874a0f8d9c936020f485f04a5c25bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html class="reftest-wait">
<head>
</head>
<body>
  <video id=a src="1787281.mp4" autoplay="true" controls></video>
  <script>
    a.onended = function() {
      document.documentElement.className = "";
    }
  </script>
</body>
</html>