mirror of
https://github.com/servo/servo.git
synced 2025-09-18 19:08:22 +01:00
layout: Improve sizing for inline SVG (#38603)
The metadata provided by usvg has unreliable sizes. Ignore it, and rely on the `width`, `height` and `viewBox` attributes instead. Note that inline SVG with a natural aspect ratio but no natural sizes should stretch to the containing block. This is left for a follow-up. Bumps Stylo to https://github.com/servo/stylo/pull/229 Testing: Improves several WPT. --------- Signed-off-by: Oriol Brufau <obrufau@igalia.com> Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
319f4f0e38
commit
141413d52e
81 changed files with 156 additions and 260 deletions
|
@ -10,9 +10,3 @@
|
|||
|
||||
[.test 8]
|
||||
expected: FAIL
|
||||
|
||||
[.test 3]
|
||||
expected: FAIL
|
||||
|
||||
[.test 7]
|
||||
expected: FAIL
|
||||
|
|
2
tests/wpt/meta/css/css-sizing/replaced-aspect-ratio-stretch-fit-002.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-sizing/replaced-aspect-ratio-stretch-fit-002.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[replaced-aspect-ratio-stretch-fit-002.html]
|
||||
expected: FAIL
|
|
@ -1,30 +1,6 @@
|
|||
[svg-intrinsic-size-001.html]
|
||||
[svg 1: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[svg 2: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[svg 3: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[svg 4: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[svg 5: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[svg 1]
|
||||
expected: FAIL
|
||||
|
||||
[svg 2]
|
||||
expected: FAIL
|
||||
|
||||
[svg 3]
|
||||
expected: FAIL
|
||||
|
||||
[svg 4]
|
||||
expected: FAIL
|
||||
|
||||
[svg 5]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,30 +1,6 @@
|
|||
[svg-intrinsic-size-002.html]
|
||||
[svg 1: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[svg 2: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[svg 3: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[svg 4: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[svg 5: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[svg 1]
|
||||
expected: FAIL
|
||||
|
||||
[svg 2]
|
||||
expected: FAIL
|
||||
|
||||
[svg 3]
|
||||
expected: FAIL
|
||||
|
||||
[svg 4]
|
||||
expected: FAIL
|
||||
|
||||
[svg 5]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,30 +1,6 @@
|
|||
[svg-intrinsic-size-003.html]
|
||||
[svg 1: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[svg 2: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[svg 3: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[svg 4: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[svg 5: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[svg 1]
|
||||
expected: FAIL
|
||||
|
||||
[svg 2]
|
||||
expected: FAIL
|
||||
|
||||
[svg 3]
|
||||
expected: FAIL
|
||||
|
||||
[svg 4]
|
||||
expected: FAIL
|
||||
|
||||
[svg 5]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,24 +1,6 @@
|
|||
[svg-intrinsic-size-004.html]
|
||||
[svg 1: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[svg 2: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[svg 3: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[svg 4: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[svg 1]
|
||||
expected: FAIL
|
||||
|
||||
[svg 2]
|
||||
expected: FAIL
|
||||
|
||||
[svg 3]
|
||||
expected: FAIL
|
||||
|
||||
[svg 4]
|
||||
[svg 5]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[svg-no-ar-max-height-min-content.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[svg-no-ar-min-height-min-content.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue