blob: c7f39810aae8a1d302241d12eba40aa51105cbd4 [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>