mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
1aa67a7a9f
Change of fullscreen origin is now notified by the new specific event, MozDOMFullscreen:NewOrigin. The event MozDOMFullscreen:Entered is only triggered when the window first enter fullscreen by DOM fullscreen. It is now only used to notify the parent to hide its chrome. --HG-- rename : dom/tests/mochitest/general/file_MozDomFullscreen.html => dom/tests/mochitest/chrome/file_MozDomFullscreen.html extra : source : f2ccd792f9520af51e11111cfdd922e9c1f29579
9 lines
158 B
HTML
9 lines
158 B
HTML
<html>
|
|
<head>
|
|
</head>
|
|
<body style="background-color: blue;">
|
|
<p>Outer doc</p>
|
|
<iframe id="innerFrame" src="http://mochi.test:8888/"></iframe>
|
|
</body>
|
|
</html>
|