[Webkit-unassigned] [Bug 204687] CSS Rules with the same selector from several large stylesheets are applied in the wrong order

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 4 01:08:15 PST 2020


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

--- Comment #4 from Antti Koivisto <koivisto at iki.fi> ---
RuleData has

unsigned m_position : 18;

so if you have > 256k rules it will get confused about the order. The test consists of 32k rule sheets and fails as expected on 9th.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200204/47d49661/attachment-0001.htm>


More information about the webkit-unassigned mailing list