blob: 401456cee17ee6e28e02d89adf6e5193aeda8b2b [file] [log] [blame]
html[dumpRenderTree] {
font-family: Ahem;
}
#tests {
font-size: 10px;
width: 300px;
}
#tests > div {
margin: 5px;
}
.testcase:not(.generated), .testcase *:not(.generated) {
border: 1px solid red;
}
/* For manually visualizing how elements respond to hit-testing */
.testcase:not(.generated):active, .testcase *:not(.generated):active {
background-color: yellow;
}