mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-18 23:12:02 +00:00
10 lines
300 B
HTML
10 lines
300 B
HTML
<!DOCTYPE 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>
|