Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / frame-default-enc-same-domain.html
blob81bf090ce870290ca41f7efae61ec8e27801f516
1 <html>
2 <head>
3 <meta http-equiv="content-type" content="text/html; charset=windows-1256">
4 <title>Frames and encodings</title>
5 <script>
6 if (window.testRunner)
7 testRunner.dumpAsText();
8 </script>
9 </head>
10 <frameset rows="0,*">
11 <frame src="about:" scrolling=no marginwidth=0 marginheight=0>
12 <frame src="resources/frame-default-enc-frame.html">
13 </frameset>
14 </html>