blob: 6a0e17552829ff97ef98ba0805afcc56a812a857 [file] [log] [blame]
if ('とうきょう' == tokyo)
document.getElementById("target").innerHTML = "PASS: UTF-8 was correctly used for this script.";
else
document.getElementById("target").innerHTML = "FAIL: Incorrect encoding used. Expected '" + tokyo + "' but got '" + 'とうきょう' + "'.";
if (window.layoutTestController)
window.layoutTestController.notifyDone();