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

Unified Diff: third_party/WebKit/LayoutTests/fullscreen/enter-exit-full-screen-hover-expected.txt

Issue 2557943002: Sync requestFullscreen() and exitFullscreen() algorithms with the spec (Closed)
Patch Set: rebase Created 4 years 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fullscreen/enter-exit-full-screen-hover-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fullscreen/enter-exit-full-screen-hover-expected.txt b/third_party/WebKit/LayoutTests/fullscreen/enter-exit-full-screen-hover-expected.txt
index 93985ea1062abcafec3b791d3afcee57cda17b0b..9388a98adf05fa02a52d31f46234ae401c4afe6f 100644
--- a/third_party/WebKit/LayoutTests/fullscreen/enter-exit-full-screen-hover-expected.txt
+++ b/third_party/WebKit/LayoutTests/fullscreen/enter-exit-full-screen-hover-expected.txt
@@ -2,8 +2,10 @@ PASS successfullyParsed is true
TEST COMPLETE
PASS document.webkitIsFullScreen is true
+PASS getHoverActiveState(enterButton) is "hovered"
PASS getHoverActiveState(enterButton) is "default"
PASS document.webkitIsFullScreen is false
+PASS getHoverActiveState(exitButton) is "hovered"
PASS getHoverActiveState(exitButton) is "default"
Go full screen Exit full screen
EVENT(webkitfullscreenchange)

Powered by Google App Engine
This is Rietveld 408576698