mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Most of these tests used to pass as both reference and test used SVG. Now that these images are rendered correctly, this exposes new failures in related to other CSS properties. There are some exceptions which are given below: /css/css-content/element-replacement-image-alt.html Here, the test fails even when using a png image in `content: url()` so the failure is related to our support for `content`. /css/filter-effects/svg-image-root-filter.html /css/css-flexbox/aspect-ratio-intrinsic-size-007.html Here, the test renders correctly, but the reference uses inline svg which we don't support. /css/css-lists/list-style-image-gradients-dynamic.html /css/css-lists/list-style-image-gradients.html Here, the test page doesn't use svg, but it is rendered incorrectly as we don't support gradients in list-style-image. However, the reference is also broken as it uses svg without intrinsic dimensions. /css/css-images/svg-script-is-ignored.html Here, the reference uses inline SVG, so its blank. However, the test page also renders incorrectly as `foreingObject` is not rendered by resvg. /css/css-images/cross-fade-natural-size.html Here, the test page doesn't render correctly due to the use of `content: cross-fade(..)`. However, the SVG in the reference is also not rendered correctly as resvg doesn't seem to take into account the style on the root svg element. /html/canvas/offscreen/layers/2d.layer.global-states.filter.ctx-filter.no-transform.tentative.html /html/canvas/offscreen/layers/2d.layer.global-states.filter.ctx-filter.rotation.tentative.html /html/canvas/offscreen/layers/2d.layer.global-states.filter.no-cxt-filter.no-transform.tentative.html /html/canvas/offscreen/layers/2d.layer.global-states.filter.no-cxt-filter.rotation.tentative.html Here, the tests themselves fail with the JS error ` ctx.beginLayer is not a function`. However, the reference is also not correct as it uses svg image as a source for `ctx.drawImage` with is not supported yet. /html/canvas/element/manual/wide-gamut-canvas/canvas-display-p3-drawImage.https.html Here, the now failing subtests all used to simply timeout previously. Now they fail as we don't support SVG images as sources in `drawImage`. /html/canvas/element/manual/imagebitmap/canvas-createImageBitmap-resize.html Here, the now failing subtest all used to simply timeout previously. Now it fails as we don't support SVG images as sources in `createImageBitmap`. /html/canvas/element/manual/drawing-images-to-the-canvas/drawimage_svg_image_with_foreign_object_does_not_taint.html Here, the subtest used to timeout but now fails as we don't support SVG images as a source for drawImage. The assertion about canvas not being tainted doesn't run due to be drawImage call throwing an exception. Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
2 lines
47 B
INI
Vendored
2 lines
47 B
INI
Vendored
[transform-fixed-bg-006.html]
|
|
expected: FAIL
|