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

Side by Side Diff: LayoutTests/fullscreen/full-screen-placeholder-expected.txt

Issue 134753003: Reland r165710 "Replace RenderFullScreen with top layer" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: patch for landing Created 6 years, 11 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 This layout test checks that the offset positions of the blue and green divs doe s not change when the red div enters full-screen mode. Press go full-screen to b egin.
2 One
3 Two
4 EVENT(webkitfullscreenchange)
5 EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLDivElement]') OK
6 EXPECTED (one.offsetLeft == '68') OK
7 EXPECTED (one.offsetTop == '48') OK
8 EXPECTED (two.offsetLeft == '8') OK
9 EXPECTED (two.offsetTop == '108') OK
10 EVENT(webkitfullscreenchange)
11 EXPECTED (document.webkitCurrentFullScreenElement == 'null') OK
12 EXPECTED (one.offsetLeft == '68') OK
13 EXPECTED (one.offsetTop == '48') OK
14 EXPECTED (two.offsetLeft == '8') OK
15 EXPECTED (two.offsetTop == '108') OK
16 END OF TEST
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698