Commit 35254d1
LibWeb/CSS: Do not crash when parsing some multi-layer mask shorthands
This fixes a silly bug where we would crash when parsing a multi-layer
mask shorthand property that contained the no-clip keyword but no value
for mask-origin.
Fixes a crash when parsing the CSS of https://www.browserbase.com/. The
site still has other, unrelated problems though.1 parent 418f157 commit 35254d1
File tree
2 files changed
+8
-4
lines changed- Libraries/LibWeb/CSS/Parser
- Tests/LibWeb/Crash/CSS
2 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3854 | 3854 | | |
3855 | 3855 | | |
3856 | 3856 | | |
3857 | | - | |
| 3857 | + | |
3858 | 3858 | | |
3859 | | - | |
3860 | | - | |
| 3859 | + | |
3861 | 3860 | | |
3862 | | - | |
3863 | 3861 | | |
3864 | 3862 | | |
3865 | 3863 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments