blob: 4e806d89b9882da84625b2e2214760ce46f0383a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
testRunner.waitUntilDone();
}
</script>
</head>
<body>
<iframe src="resources/isindex-with-no-form-base-href.html"></iframe>
</body>
</html>
|