pull/1/head
Caleb James DeLisle 8 years ago
parent 7d557df74b
commit 244bd7b378

@ -61,4 +61,4 @@ var nt = nThen;
nt(function () {
driver.quit();
})
});

@ -7,7 +7,7 @@ define([], function () {
rpt.setAttribute('class', 'report ' + (pass ? 'success' : 'failure'));
rpt.setAttribute('style', 'display:none;');
document.body.appendChild(rpt);
}
};
if (window.location.hash.indexOf("?test=test") > -1) {
window.onerror = function (msg, url, lineNo, columnNo, e) {
mkReport([

Loading…
Cancel
Save