summaryrefslogtreecommitdiffstats
path: root/dom/base/test/fullscreen/file_MozDomFullscreen.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/test/fullscreen/file_MozDomFullscreen.html')
-rw-r--r--dom/base/test/fullscreen/file_MozDomFullscreen.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/base/test/fullscreen/file_MozDomFullscreen.html b/dom/base/test/fullscreen/file_MozDomFullscreen.html
index f954892706..600d335501 100644
--- a/dom/base/test/fullscreen/file_MozDomFullscreen.html
+++ b/dom/base/test/fullscreen/file_MozDomFullscreen.html
@@ -3,6 +3,6 @@
</head>
<body style="background-color: blue;">
<p>Outer doc</p>
-<iframe id="innerFrame" src="http://mochi.test:8888/"></iframe>
+<iframe id="innerFrame" src="https://example.com/"></iframe>
</body>
</html>