summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/origins/resources/mixedSchemes_frame.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/origins/resources/mixedSchemes_frame.html')
-rw-r--r--tests/auto/core/origins/resources/mixedSchemes_frame.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/core/origins/resources/mixedSchemes_frame.html b/tests/auto/core/origins/resources/mixedSchemes_frame.html
index 00c20ba37..40ace2d2f 100644
--- a/tests/auto/core/origins/resources/mixedSchemes_frame.html
+++ b/tests/auto/core/origins/resources/mixedSchemes_frame.html
@@ -3,6 +3,7 @@
<head>
<title>Mixed - Frame</title>
<script>
+ console.log('Frame Loaded');
var canary = true;
parent.canary = true;
</script>