mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-10 02:01:03 +00:00
10 lines
139 B
HTML
10 lines
139 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
:host, div {
|
|
width: 100px;
|
|
}
|
|
:host(span), div {
|
|
height: 100px;
|
|
background: green;
|
|
}
|
|
</style><div>whf
|