blob: 5146929a73b5bd711933d1f5170875c4f83b09ae [file] [log] [blame]
onconnect = function(e) {
var xhr = new XMLHttpRequest();
xhr.open('GET', '003-1.py?x=å', false);
xhr.send();
var passed = xhr.responseText == 'PASS';
e.ports[0].postMessage(passed);
}