[Webkit-unassigned] [Bug 56685] webarchive/test-link-rel-icon.html is now flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 18 17:34:04 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=56685





--- Comment #2 from Brady Eidson <beidson at apple.com>  2011-03-18 17:34:04 PST ---
Found a machine that could reproduce the issue that we could actually debug on.

The patch that changed this subtly delayed the favicon load asynchronously.  That was enough to throw off this test, which relies on the synchronous behavior of creating a webarchive.

There's currently no way for a web page to know if/when the icon has loaded.  To make this test work properly again, we'd have to add such a way.

In it's current state the test is invalid.  I'll chew on ways to make a valid version for a bit.

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



More information about the webkit-unassigned mailing list