[Webkit-unassigned] [Bug 16762] Shift-clicking on "Acid3" to see failure results shows blank white page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 5 23:12:50 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16762





------- Comment #1 from eric at webkit.org  2008-01-05 23:12 PDT -------
  function report(event) {
    if (event.shiftKey)
       document.write('<pre>Failed ' + (tests.length - score) + ' of ' +
tests.length + ' tests.\n' + log);
    else
       alert('Failed ' + (tests.length - score) + ' test' + (score == 1 ? '' :
's') + '.\n' + log)
  }

That's the code which must be failing.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list