Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / navigation / anchor-frames-gbk.html
blob544d2475c5e706ba32c7ee2b334196c081277c83
1 <!DOCTYPE html>
2 <html>
3 <meta http-equiv="Content-Type" content="text/html; charset=gbk"/>
4 <!-- See resources/frame-with-anchor-gbk.html for description of test -->
5 <!-- See also https://bugs.webkit.org/show_bug.cgi?id=71316 -->
6 <script>
7 if (window.testRunner)
8 testRunner.dumpChildFramesAsText();
9 </script>
10 <frameset rows="90%,10%">
11 <frame src="resources/frame-with-anchor-gbk.html#%89g" name="main">
12 <frame src="about:blank" name="footer">
13 </frameset>
14 </html>