gecko/dom/tests/mochitest/general/file_MozEnteredDomFullscreen.html

8 lines
222 B
HTML

<html>
<head>
</head>
<body style="background-color: blue;">
<p>Outer doc</p>
<iframe id="innerFrame" src="data:text/html,<html><body style='background-color: red;'><p>Inner doc</p></body></html>"></iframe>
</body>
</html>