blob: b746c1e2205cbe39de44bd94f047132a7e9f6eb8 [file] [log] [blame]
eric@webkit.org47d962d2010-01-27 11:43:55 +00001<!DOCTYPE HTML>
2<html>
3<head>
4<script>
rniwa@webkit.orgcc082ecd2012-06-16 03:42:58 +00005if (window.testRunner) {
6 testRunner.dumpAsText();
7 testRunner.waitUntilDone();
8 testRunner.addUserScript("console.log('injected: ' + document.location.href); var div = document.createElement('div'); div.innerHTML = '<p>hi</p>';", true, true);
eric@webkit.org47d962d2010-01-27 11:43:55 +00009}
10</script>
11</head>
12<body>
13This test should not infinitely inject user scripts.
14<iframe src="resources/blank.xhtml"></iframe>
15</body>
16</html>