mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 07:33:20 +00:00
6 lines
147 B
HTML
6 lines
147 B
HTML
<!DOCTYPE html>
|
|
<div id="host"></div>
|
|
<script>
|
|
const shadowRoot = host.attachShadow({ mode: 'open' });
|
|
shadowRoot.activeElement;
|
|
</script>
|