Update web-platform-tests to revision b'421155a1c8752a36b465e62f466b18f821190e08'

This commit is contained in:
WPT Sync Bot 2023-01-08 01:54:26 +00:00
parent 871cefc926
commit fd56698ec7
722 changed files with 19686 additions and 8130 deletions

View file

@ -0,0 +1,4 @@
<!doctype html>
<title>CSS Images Test: 0px x 0px radial-gradient crashes Chrome</title>
<link rel="help" href="https://crbug.com/1404396">
<div style="background-image: radial-gradient(ellipse closest-corner at 0px 0px, white, red);">Should not crash</div>