blob: 4b0503e90542db7fd5182611d1d36ab9c5cda6aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<head>
<meta charset="windows-1251">
<script>
function test()
{
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
window.location.href="javascript:'<p foo=\"?\">Should be Cyrillic text, not U+FFFD REPLACEMENT CHARACTERS: Проверка</p><script>if (window.testRunner) testRunner.notifyDone()</scr" + "ipt>'";
}
</script>
</head>
<body onload="test()">
</body>
|