chromium/third_party/blink/web_tests/paint/invalidation/forms/details-marker-color-change-expected.html

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