Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / frames / viewsource-linebreak.html
1 <html>
2 <head>
3 <script>
4     if (window.layoutTestController) {
5         layoutTestController.dumpAsText();
6         layoutTestController.dumpChildFramesAsText();
7     }
8 </script>
9 </head>
10 <body>
11 <p>You should see a frame in 'view source' mode below.</p>
12 <p>There should be no additional space at end of line. Number of line breaks should match source file.</p>
13 <hr>
14 <iframe viewsource name="sourceFrame" src="resources/viewsource-frame-5.html"></iframe>
15 </body>
16 </html>