mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
10 lines
284 B
HTML
10 lines
284 B
HTML
|
|
<div id="hmmst"><template shadowrootmode="open"><div><style></style></div></template></div>
|
||
|
|
<script src="../include.js"></script>
|
||
|
|
<script>
|
||
|
|
test(() => {
|
||
|
|
hmmst.attachShadow({ mode: "open" });
|
||
|
|
println("PASS (didn't crash)");
|
||
|
|
hmmst.remove();
|
||
|
|
});
|
||
|
|
</script>
|