Bug 234873 - REGRESSION(r285915): causes crashes
Summary: REGRESSION(r285915): causes crashes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: WebKit Commit Bot
URL:
Keywords: InRadar
Depends on:
Blocks: 183994
  Show dependency treegraph
 
Reported: 2022-01-05 01:49 PST by WebKit Commit Bot
Modified: 2022-01-05 10:02 PST (History)
4 users (show)

See Also:


Attachments
REVERT of r285915 (11.83 KB, patch)
2022-01-05 01:50 PST, WebKit Commit Bot
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description WebKit Commit Bot 2022-01-05 01:49:58 PST
https://commits.webkit.org/r285915 introduced a regression:
causes crashes

This is an automatic bug report generated by webkitbot. If this bug
report was created because of a flaky test, please file a bug for the flaky
test (if we don't already have one on file) and dup this bug against that bug
so that we can track how often these flaky tests fail.
Comment 1 WebKit Commit Bot 2022-01-05 01:50:08 PST
Created attachment 448370 [details]
REVERT of r285915

Any committer can land this patch automatically by marking it commit-queue+.  The commit-queue will build and test the patch before landing to ensure that the revert will be successful.  This process takes approximately 15 minutes.

If you would like to land the revert faster, you can use the following command:

  webkit-patch land-attachment ATTACHMENT_ID

where ATTACHMENT_ID is the ID of this attachment.
Comment 2 Antti Koivisto 2022-01-05 01:50:49 PST
crashes with this test case

<style id=s>
div { border-radius:0px; border-bottom-left-radius: inherit; }
</style>
<pre id=l></pre>
<script>
l.textContent = s.sheet.cssRules[0].cssText;
</script>
Comment 3 EWS 2022-01-05 01:53:36 PST
Committed r287609 (245736@main): <https://commits.webkit.org/245736@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 448370 [details].
Comment 4 Radar WebKit Bug Importer 2022-01-05 01:58:23 PST
<rdar://problem/87136135>
Comment 5 Antti Koivisto 2022-01-05 10:02:13 PST
rdar://85917218