summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/origins/resources/mixed_frame.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/origins/resources/mixed_frame.html')
-rw-r--r--tests/auto/widgets/origins/resources/mixed_frame.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/widgets/origins/resources/mixed_frame.html b/tests/auto/widgets/origins/resources/mixed_frame.html
index 53d341b93..00c20ba37 100644
--- a/tests/auto/widgets/origins/resources/mixed_frame.html
+++ b/tests/auto/widgets/origins/resources/mixed_frame.html
@@ -3,7 +3,8 @@
<head>
<title>Mixed - Frame</title>
<script>
- parent.msg = "mixed";
+ var canary = true;
+ parent.canary = true;
</script>
</head>
<body></body>