mirror of
https://github.com/zebrajr/ladybird.git
synced 2026-01-15 12:15:15 +00:00
LibWeb: Don't crash when rounded background image is too large
This commit is contained in:
committed by
Jelle Raaijmakers
parent
744abc0c18
commit
5c0e707f01
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<link rel="help" href="https://github.com/servo/servo/issues/41130">
|
||||
<style>
|
||||
#span {background-repeat: round; background-image: url("../../support/60x60-green.png") }
|
||||
</style>
|
||||
<span id="span">A</span>
|
||||
BIN
Tests/LibWeb/Crash/wpt-import/css/support/60x60-green.png
Normal file
BIN
Tests/LibWeb/Crash/wpt-import/css/support/60x60-green.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 218 B |
Reference in New Issue
Block a user