blob: 41cd33d75fe664e23a4da66299097e4a0a94fbaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
}
</script>
</head>
<body>
<p>You should see a frame in 'view source' mode below.</p>
<p>The attributes with no value or an empty value should be displayed correctly in 'view source' mode.</p>
<hr>
<iframe viewsource name="sourceFrame" src="resources/viewsource-frame-1.html"></iframe>
</body>
</html>
|