RESOLVED DUPLICATE of bug 8961 16762
Shift-clicking on "Acid3" to see failure results shows blank white page
https://bugs.webkit.org/show_bug.cgi?id=16762
Summary Shift-clicking on "Acid3" to see failure results shows blank white page
Eric Seidel (no email)
Reported 2008-01-05 23:11:32 PST
Shift-clicking on "Acid3" to see failure results shows blank white page Shift-clicking on Acid3 is supposed to list the failures, not just show a white page. We're doing something wrong here.
Attachments
current Acid3 test (Hixie plans to work around this bug) (99.79 KB, text/html)
2008-01-05 23:17 PST, Eric Seidel (no email)
no flags
Eric Seidel (no email)
Comment 1 2008-01-05 23:12:50 PST
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.
Eric Seidel (no email)
Comment 2 2008-01-05 23:13:52 PST
I bet it's an unterminated <pre> tag which we're tripping over.
Eric Seidel (no email)
Comment 3 2008-01-05 23:17:00 PST
Created attachment 18295 [details] current Acid3 test (Hixie plans to work around this bug) Hixie plans to work around this bug, since he didn't intend to hit it. So I've attached the current version of the Acid3 test in case he's successful in working around the bug.
Alexey Proskuryakov
Comment 4 2008-01-06 00:21:34 PST
*** This bug has been marked as a duplicate of 8961 ***
Note You need to log in before you can comment on or make changes to this bug.