[Webkit-unassigned] [Bug 160362] NULL Reference Error in ElementRuleCollector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 2 13:26:46 PDT 2016


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

--- Comment #11 from Jonathan Bedard <jbedard at apple.com> ---
This latest patch assumes the opposite of the first, that there should always be a defined author style.

As noted in the change log, however, there is a bit of a catch with this approach: some tests need the author style to be undefined to trigger a redefinition, such as css3/masking/mask-repeat-space-border.html.  So, I added a flag so that functions can access if the current author style was created in the constructor.  This approach results in the tests which need the author style to be undefined working.

Additionally, these changes cause css3/masking/mask-repeat-space-border.html and css3/flexbox/multiline-reverse-wrap-baseline.html to pass, which they did not before.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160802/3690ddbf/attachment.html>


More information about the webkit-unassigned mailing list