summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/frames/viewsource-linebreak.html
blob: 788b5dfeb4c64cc5cfc941445e2bb3034575fec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
<script>
    if (window.layoutTestController) {
        layoutTestController.dumpAsText();
        layoutTestController.dumpChildFramesAsText();
    }
</script>
</head>
<body>
<p>You should see a frame in 'view source' mode below.</p>
<p>There should be no additional space at end of line. Number of line breaks should match source file.</p>
<hr>
<iframe viewsource name="sourceFrame" src="resources/viewsource-frame-5.html"></iframe>
</body>
</html>