chromium/third_party/blink/web_tests/external/wpt/css/selectors/invalidation/class-id-attr-ref.html

<!doctype html>
<meta charset="utf-8">
<title>CSS test reference</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:[email protected]">
<style>
div { color: green; }
</style>
<div>This should be green</div>
<div>And this too</div>