mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-19 18:30:27 +00:00
5 lines
260 B
HTML
5 lines
260 B
HTML
|
|
<!doctype html><body><template shadowrootmode="open"><main><div><template shadowrootmode="open"><style>
|
||
|
|
:host { display: inline-block; border: 5px solid red; }
|
||
|
|
:host(div) { padding: 10px; }
|
||
|
|
</style><span>hello :host and :host(<compound-selector>)</span>
|