summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/external-script-charset.js
blob: 841824d1b7923ec2400559b19042eda916e5c913 (plain)
1
2
3
4
if (window.layoutTestController)
    layoutTestController.dumpAsText();

document.getElementById("result").innerHTML = ("Я" == "\u042F") ? "PASS" : "FAIL";