RESOLVED FIXED 87631
REGRESSION(r118618): fast/dom/beforeload/image-object-before-load* fail
https://bugs.webkit.org/show_bug.cgi?id=87631
Summary REGRESSION(r118618): fast/dom/beforeload/image-object-before-load* fail
Chris Dumez
Reported 2012-05-28 01:08:37 PDT
The two following test are failing on EFL port after r118618 (Bug 35377): fast/dom/beforeload/image-object-before-load-innerHTML.html = TEXT fast/dom/beforeload/image-object-before-load.html = TEXT The test fail because the style.width / style.height are '0px' instead of 'auto'. The width/height of '0px' seems to indicate that the image load was actually prevented by the beforeload listener (as expected). Otherwise, the height/width would be '16px'. The reason why the width/height is '0px' instead of 'auto' is because the object is recognized as being 'replaced' (See bug 61117 which introduces the 'auto' behavior for for non-replaced inline elements).
Attachments
Csaba Osztrogonác
Comment 1 2012-06-01 07:32:35 PDT
These tests fail on EFL and on Qt too.
Csaba Osztrogonác
Comment 2 2012-06-01 07:32:51 PDT
*** Bug 88092 has been marked as a duplicate of this bug. ***
Csaba Osztrogonác
Comment 3 2012-06-01 07:38:18 PDT
I skipped them on Qt-WK: http://trac.webkit.org/changeset/119230/trunk/LayoutTests/platform/qt-5.0-wk2/Skipped Please unskip them with the proper fix.
Chris Dumez
Comment 4 2012-06-10 05:44:11 PDT
r118618 has been rolled out and those test cases are now passing again. Closing the bug.
Note You need to log in before you can comment on or make changes to this bug.