chromium/third_party/blink/web_tests/http/tests/navigation/anchor-frames-gbk.html

<!DOCTYPE html>
<html>
  <meta http-equiv="Content-Type" content="text/html; charset=gbk"/>
  <!-- See resources/frame-with-anchor-gbk.html for description of test -->
  <!-- See also https://bugs.webkit.org/show_bug.cgi?id=71316 -->
  <script>
    if (window.testRunner)
        testRunner.dumpChildFrames();
  </script>
  <frameset rows="90%,10%">
    <frame src="resources/frame-with-anchor-gbk.html#%89g" name="main">
    <frame src="about:blank" name="footer">
  </frameset>
</html>