[Webkit-unassigned] [Bug 221635] Crash in WebCore::RenderThemeMac::paintSearchFieldResultsDecorationPart() from large scale

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 10 01:21:52 PST 2021


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

--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 419774
  --> https://bugs.webkit.org/attachment.cgi?id=419774
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=419774&action=review

>> LayoutTests/platform/mac/editing/style/large-scale-crash-expected.txt:1
>> +* { -webkit-appearance: searchfield-results-decoration; transform: scale(100); writing-mode: vertical-rl; } if (window.testRunner) testRunner.dumpAsText(); onload = () => { document.styleSheets[0].insertRule(`* { all: initial; }`); }; This tests that we do not hit an assertion while rendering the page. (which prints out its style). PASS
> 
> Is this all scrunched on one line for a reason? Usually we format -expected HTML nicely like we do the real test.

It might be the side effect of CSS rule here...

-- 
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/20210210/98ef2bb8/attachment-0001.htm>


More information about the webkit-unassigned mailing list