Bug 240631
Summary: | REGRESSION (r294291): Nullptr crash with :first-letter | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antti Koivisto <koivisto> |
Component: | Layout and Rendering | Assignee: | Antti Koivisto <koivisto> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, simon.fraser, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Antti Koivisto
<style>
body {
column-count: 2;
}
::first-letter {
width: 0;
}
</style>
<script>
onload = () => {
document.execCommand('SelectAll');
document.designMode = 'on';
document.execCommand('Indent');
};
</script>
aa
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antti Koivisto
rdar://93495868
Antti Koivisto
Pull request: https://github.com/WebKit/WebKit/pull/768
EWS
Committed r294485 (250744@main): <https://commits.webkit.org/250744@main>
Reviewed commits have been landed. Closing PR #768 and removing active labels.