summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/http/tests/fullscreen/fullscreenelement-same-origin-expected.txt
blob: f582735d486095582b8b91734651aac69d42fb71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Test iframe from same origin can not access webkitFullscreenElement.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS document.webkitFullscreenElement is targetDiv1
PASS document.webkitCurrentFullScreenElement is targetDiv1
PASS message is "inner-iframe.html document.webkitFullscreenElement = null"
PASS message is "inner-iframe.html document.webkitCurrentFullScreenElement = null"
PASS successfullyParsed is true

TEST COMPLETE