ladybird/Tests/LibWeb/Ref/css-open-closed-selectors.html

19 lines
309 B
HTML
Raw Normal View History

<!doctype html>
<link rel="match" href="reference/css-open-closed-selectors-ref.html" />
<style>
:open {
color: green;
}
:closed {
color: red;
}
</style>
<details open>
<summary>Hi</summary>
Well hello friends!
</details>
<details>
<summary>Hi</summary>
Well hello friends!
</details>