Bug 21504
| Summary: | Acid3: Safari pauses at 69/100 if a menu is open | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ian 'Hixie' Hickson <ian> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | mrowe |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.5 | ||
| URL: | http://acid3.acidtests.org/ | ||
Ian 'Hixie' Hickson
STEPS TO REPRODUCE
1. Open http://acid3.acidtests.org/
2. Immediately open a menu (e.g. the View menu).
3. Wait.
ACTUAL RESULTS
Test stops at 69/100 until you release the menu.
EXPECTED RESULTS
100/100. Menu should have no effect on JS execution or anything.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Gavin Sherlock
I found that it I keep the menu open, it eventually continues to test 93, but never gets any further, even if I then release the menu. The failures are listed as:
Failed 7 tests.
Test 00 passed, but took 161ms (less than 30fps)
Test 07 passed, but took 216ms (less than 30fps)
Test 69 failed: timeout -- could be a networking issue
Test 74 failed: getSVGDocument failed for <iframe> referencing an svg document.
Test 75 failed: Result of expression 'svg.setCurrentTime' [undefined] is not a function.
Test 76 failed: expected '0' but got '100' - Incorrect animVal value after svg animation.
Test 77 failed: expected '3' but got '0' - getNumberOfChars returned incorrect string length.
Test 78 failed: expected '90' but got '0' - getRotationOfChar(0) failed.
Test 80 failed: Script in XHTML didn't execute
Total elapsed time: 17.80s
Tested with r37012 on 10.5.5
Mark Rowe (bdash)
This was fixed by <http://trac.webkit.org/changeset/30778>. It requires an updated version of Safari for the fix to take effect due to it being an opt-in check, to avoid unexpected behaviour in other WebKit-using applications.