chromium/third_party/blink/web_tests/fast/events/touch/resources/touch-hover-active-tests.css

.touch-interactive {
    background-color: blue;
}

.touch-interactive:hover {
    background-color: red
}

.touch-interactive:active {
    background-color: green;
}

.touch-interactive:hover:active {
    background-color: yellow;
}