• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1if (window.layoutTestController)
2    layoutTestController.dumpAsText();
3
4document.getElementById("result1").innerHTML += ("Я" == "\u042F") ? "PASS" : "FAIL";
5