mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-28 18:28:38 +09:00
6 lines
139 B
HTML
6 lines
139 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<!-- Testing slot element with "dom.webcomponents.enabled" set to false -->
|
|
<slot><div></div></slot>
|
|
</html>
|