blob: b66f394726dc8aff9ed77ff9fc51cec662715666 [file] [log] [blame]
<!DOCTYPE html>
<title>&lt;details> marker repaints on 'color' change (reference)</title>
<style>
details {
color: green;
}
</style>
<details>Triangle should be green</details>