blob: 30b99ed6cf5b8c7c5f7ff41939e0c36cce29a0e5 [file] [log] [blame]
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Percent escaping</title>
</head>
<body>
<p>Test for <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=6452">bug 6452</a> -
KURL::appendEscapingBadChars() should never escape percent characters.</p>
<form action='resources/%2525%u0435 0 %xx%25%%ulike.html' name=f>
<input type=hidden name=q value=''>
</form>
<script>
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.waitUntilDone();
}
document.f.submit();
</script>
</body>
</html>