[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:20:02 PST 2021


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

Tim Horton <thorton at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thorton at apple.com
 Attachment #419774|review?                     |review+
              Flags|                            |

--- Comment #2 from Tim Horton <thorton at apple.com> ---
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.

-- 
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/fcaf5631/attachment.htm>


More information about the webkit-unassigned mailing list