trisquel-icecat/icecat/layout/reftests/bugs/1579953-2-ref.html

11 lines
218 B
HTML

<!DOCTYPE html>
<style>
details::first-line { color: green; }
* { column-count: 1 }
</style>
<body>
<table id="b"><tbody></tbody></table>
<details id="a" open>
<summary hidden></summary>
This is the details</details>