summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/media/auto-play-in-sandbox-with-allow-scripts.html
blob: 292795453e47f1a14102204d8eaed4d44e1ff584 (plain)
1
2
3
4
5
6
7
8
9
10
<script>
if (window.testRunner) {
    testRunner.dumpAsText();
    testRunner.dumpChildFramesAsText();
}
</script>
<iframe
    style="width: 400px; height: 600px"
    sandbox="allow-scripts allow-same-origin"
    src="resources/auto-play-in-sandbox-with-allow-scripts-iframe.html"></iframe>