blob: 1fe2f00b7dc099ec40e4791562fd9101ec48daa6 [file] [log] [blame]
<script>
if (window.testRunner)
testRunner.dumpAsText();
var n = document.createElement('fieldset');
document.documentElement.appendChild(n);
try { n.createShadowRoot(); } catch(e) {}
n.appendChild(document.createElement('div'));
onload = function() {
document.execCommand("selectall");
};
</script>This test passes if it does not crash