<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
function test() { | |
var a = document.getElementsByTagName('a')[0]; | |
a.href = a.href; | |
a.textContent = /%20/.test(a.href) ? "FAIL" : "PASS"; | |
} | |
</script> | |
</head> | |
<body onload="test()"> | |
<a href="
 default.aspx?aType=SonDakika&ArticleID=501349&Date=03.03.2008
 " >test</a> | |
</body> | |
</html> |