blob: ce0b1d1a3a1c747f27bd8763cc7b72f4579b2604 [file] [log] [blame]
<html>
<head>
<meta charset="utf-8">
<base href="http://example.com/大洗あんこう祭り/">
</head>
<body>
<a id="a" href="foo.html"></a>
<div id="result"></div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.getElementById('result').innerText = document.getElementById('a').href;
</script>
</body>
</html>