Bug 16762 - Shift-clicking on "Acid3" to see failure results shows blank white page
Summary: Shift-clicking on "Acid3" to see failure results shows blank white page
Status: RESOLVED DUPLICATE of bug 8961
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.hixie.ch/tests/evil/acid/0...
Keywords: NeedsReduction
Depends on:
Blocks:
 
Reported: 2008-01-05 23:11 PST by Eric Seidel (no email)
Modified: 2008-01-06 00:21 PST (History)
1 user (show)

See Also:


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 Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 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.
Comment 1 Eric Seidel (no email) 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.
Comment 2 Eric Seidel (no email) 2008-01-05 23:13:52 PST
I bet it's an unterminated <pre> tag which we're tripping over.
Comment 3 Eric Seidel (no email) 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.
Comment 4 Alexey Proskuryakov 2008-01-06 00:21:34 PST

*** This bug has been marked as a duplicate of 8961 ***