content/html/content/test/file_fullscreen-multiple-inner.html

branch
TOR_BUG_9701
changeset 10
ac0c01689b40
equal deleted inserted replaced
-1:000000000000 0:d429b5412310
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>Test for Bug 724554</title>
5 <script type="application/javascript" src="file_fullscreen-utils.js"></script>
6 </head>
7 <body>
8
9 <script type="application/javascript">
10
11
12 /** Test for Bug 545812 **/
13 function begin(id) {
14 addFullscreenErrorContinuation(function() {
15 opener.ok(false, "Fullscreen denied " + id);
16 });
17 addFullscreenChangeContinuation("enter",
18 function() {
19 opener.enteredFullscreen(id);
20 });
21 document.body.mozRequestFullScreen();
22 }
23
24
25 </script>
26 </pre>
27 </body>
28 </html>

mercurial