aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/manipulation/iframe-denied.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/manipulation/iframe-denied.html')
-rw-r--r--test/data/manipulation/iframe-denied.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/manipulation/iframe-denied.html b/test/data/manipulation/iframe-denied.html
index f2e3e83a4..da205ff49 100644
--- a/test/data/manipulation/iframe-denied.html
+++ b/test/data/manipulation/iframe-denied.html
@@ -10,7 +10,7 @@
<script>
var script = document.getElementsByTagName( "script" )[ 0 ],
div = document.createElement( "div" ),
- src = "http://google.com",
+ src = "http://" + window.parent.externalHost,
success = true,
error = "";
@@ -31,6 +31,6 @@
( error ? ": " + error : "" )
});
});
- </script>
+ </script>
</body>
</html>