Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 document.getElementById("result2").innerHTML += ("ó" == "\u0421") ? "PASS" : "FA IL"; | 1 if (window.testRunner) |
| 2 testRunner.dumpAsText(); | |
| 3 | |
| 4 document.getElementById("result").textContent = ("ó" == "\u0421") ? "PASS" : "FA IL"; | |
| OLD | NEW |