[Webkit-unassigned] [Bug 94720] r126257 broke css3/flexbox/flexitem.html on mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 12:01:59 PDT 2012


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


Ojan Vafai <ojan at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arv at chromium.org,
                   |                            |tony at chromium.org




--- Comment #3 from Ojan Vafai <ojan at chromium.org>  2012-08-22 12:01:57 PST ---
I don't think this is platform-specific. Instead, I think you're additions to the test exposed a race condition on the images actually loading. Notice that the height of the image that's supposed to stretch is also wrong. It's clearly not the C++ change that caused the failure.

Also, it consistently passes on Chromium Linux release and is flaky on Chromium Linux debug:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&tests=css3%2Fflexbox%2Fflexitem.html

I'm not really sure where the race is though. We don't check the dimensions of the flex items until the body's onload event, which AFAIK should happen after all the images/iframes have loaded.

-- 
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