blob: 640f4914eb097584c7ae2153db506672fe037488 [file] [log] [blame]
<html>
<head>
<style>
set, frameset, * { columns: 1 1px }
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function boomz() {
try { var a = document.createRange(); } catch(e) { }
try { a.setEndBefore(b); } catch(e) { }
try { var c = a.extractContents(); } catch(e) { }
}
</script>
</head>
<body onload=boomz()>
<audio id="x" controls=""></audio>
<ol id="b" style="-webkit-column-span: all;"></ol>
</body>
</html>