11 .testcase:not(.generated), .testcase *:not(.generated) {
12 border: 1px solid red
;
14 /* For manually visualizing how elements respond to hit-testing */
15 .testcase:not(.generated):active, .testcase *:not(.generated):active {
16 background-color: yellow
;
25 background-color: green
;
30 /* Don't show the overlays until we're all done testing, as they
31 can interfere with promotion to composited layers
33 html:not
([done
]) .display-when-done
{