Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(408)

Side by Side Diff: LayoutTests/fullscreen/resources/touch-hover-active-tests.css

Issue 552903004: Update hover state after entering and leaving fullscreen. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added layouttest Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 .touch-interactive { 1 .touch-interactive {
2 background-color: blue; 2 background-color: blue;
3 } 3 }
4 4
5 .touch-interactive:hover { 5 .touch-interactive:hover {
6 background-color: red 6 background-color: red
7 } 7 }
8 8
9 .touch-interactive:active { 9 .touch-interactive:active {
10 background-color: green; 10 background-color: green;
11 } 11 }
12 12
13 .touch-interactive:hover:active { 13 .touch-interactive:hover:active {
14 background-color: yellow; 14 background-color: yellow;
15 } 15 }
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698