Skip to content

Commit

Permalink
auto test html should call from console log redirection setup from wi…
Browse files Browse the repository at this point in the history
…ndow
  • Loading branch information
tchakabam committed Mar 5, 2018
1 parent 06d62dd commit 48bf64a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/functional/auto/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<link rel="stylesheet" href="style.css">
<script src="/dist/hls.min.js"></script>
<script src="testbench.js"></script>
</head>
<body id="hlsjs-functional-tests">
<video id="video"></video>
<div id="log">
<div class="inner"></div>
</div>
<script>
setupConsoleLogRedirection();
</script>
</body>
</head>
<body id="hlsjs-functional-tests">
<video id="video"></video>
<div id="log">
<div class="inner"></div>
</div>
<script>
window.setupConsoleLogRedirection();
</script>
</body>
</html>

0 comments on commit 48bf64a

Please sign in to comment.