mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-29 22:42:52 +00:00
15 lines
283 B
HTML
15 lines
283 B
HTML
<!doctype html>
|
|
<link rel="match" href="../expected/css-open-closed-selectors-ref.html" />
|
|
<style>
|
|
:open {
|
|
color: green;
|
|
}
|
|
</style>
|
|
<details open>
|
|
<summary>Hi</summary>
|
|
Well hello friends!
|
|
</details>
|
|
<details>
|
|
<summary>Hi</summary>
|
|
Well hello friends!
|
|
</details>
|