blob: 33b9f39b5f9b59edc37b51cfaae1133e67798031 [file] [log] [blame]
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=1266891">
<details id=details open="true">hello world</details>
<script>
document.execCommand("selectAll");
details.open = false;
document.execCommand(false);
document.body.attachShadow({mode: 'open'});
</script>