mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Update web-platform-tests to revision e3cc95aa44f8a32bdf5c2827455de43148aa9980
This commit is contained in:
parent
2af9648235
commit
d3f5d549bb
109 changed files with 4141 additions and 598 deletions
|
@ -0,0 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<title>CSS aspect-ratio: Doesn't crash with small but nonzero width/height in ratio</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-sizing-4/#aspect-ratio">
|
||||
<div style="aspect-ratio: 1/0.00000000000001"></div>
|
||||
<div style="aspect-ratio: 0.00000000000001/1"></div>
|
Loading…
Add table
Add a link
Reference in a new issue