aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Crosby2011-10-31 07:57:05 -0700
committerPhil Crosby2011-10-31 07:57:18 -0700
commit96ea4c37a803e6336576ada46d25ab1be8390d15 (patch)
tree6e02427ad397d40ec2056476c2132e6e59d6cea3
parent300a14fc18f87db3ef9b64d320acf7eef8e5b8b5 (diff)
downloadvimium-96ea4c37a803e6336576ada46d25ab1be8390d15.tar.bz2
Use bing inside the iframe test harness. For me, google.com is not allowing itself to be embedded in an iframe.
-rw-r--r--test_harnesses/iframe.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_harnesses/iframe.html b/test_harnesses/iframe.html
index 1de9b75f..750ad32d 100644
--- a/test_harnesses/iframe.html
+++ b/test_harnesses/iframe.html
@@ -21,6 +21,6 @@
</head>
<body>
<h2>IFrame test page</h2>
- <iframe src="http://www.google.com"></iframe>
+ <iframe src="http://www.bing.com"></iframe>
</body>
</html> \ No newline at end of file