Commit 5649cc37 authored by Xianzhu Wang's avatar Xianzhu Wang Committed by Chromium LUCI CQ

Add external/wpt/svg/extensibility/foreignObject/will-change-in-foreign-object-paint-order.html

It fails in pre-CompositeAfterPaint and succeeds in CompositeAfterPaint.

Bug: 148499
Change-Id: I8c755bb3c12d01a7187bd175aa5b871e83e16766
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643045
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Reviewed-by: default avatarStephen Chenney <schenney@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845781}
parent bbb681f0
...@@ -39,6 +39,7 @@ crbug.com/918155 virtual/prefer_compositing_to_lcd_text/scrollbars/overlay-scrol ...@@ -39,6 +39,7 @@ crbug.com/918155 virtual/prefer_compositing_to_lcd_text/scrollbars/overlay-scrol
crbug.com/918155 virtual/prefer_compositing_to_lcd_text/scrollbars/overlay-scrollbar-over-child-layer-nested.html [ Pass ] crbug.com/918155 virtual/prefer_compositing_to_lcd_text/scrollbars/overlay-scrollbar-over-child-layer-nested.html [ Pass ]
paint/invalidation/compositing/subpixel-offset-scaled-transform-composited.html [ Pass ] paint/invalidation/compositing/subpixel-offset-scaled-transform-composited.html [ Pass ]
crbug.com/1135676 external/wpt/css/css-ui/resize-child-will-change-transform.html [ Pass ] crbug.com/1135676 external/wpt/css/css-ui/resize-child-will-change-transform.html [ Pass ]
crbug.com/148499 external/wpt/svg/extensibility/foreignObject/will-change-in-foreign-object-paint-order.html [ Pass ]
# Raster invalidation doesn't work for huge layers. # Raster invalidation doesn't work for huge layers.
paint/invalidation/raster-under-invalidation-checking.html [ Failure ] paint/invalidation/raster-under-invalidation-checking.html [ Failure ]
......
...@@ -453,6 +453,7 @@ crbug.com/1054894 [ Mac ] http/tests/images/image-decode-in-frame.html [ Pass Fa ...@@ -453,6 +453,7 @@ crbug.com/1054894 [ Mac ] http/tests/images/image-decode-in-frame.html [ Pass Fa
# Fixed in CompositeAfterPaint. # Fixed in CompositeAfterPaint.
crbug.com/1135676 external/wpt/css/css-ui/resize-child-will-change-transform.html [ Failure ] crbug.com/1135676 external/wpt/css/css-ui/resize-child-will-change-transform.html [ Failure ]
crbug.com/148499 external/wpt/svg/extensibility/foreignObject/will-change-in-foreign-object-paint-order.html [ Failure ]
# ====== Paint team owned tests to here ====== # ====== Paint team owned tests to here ======
......
<!doctype html>
<title>A foreignObject element containing will-change content is painted in correct order</title>
<link rel="help" href="https://svgwg.org/svg2-draft/single-page.html#embedded-ForeignObjectElement"/>
<link rel="author" title="Xianzhu Wang" href="mailto:wangxianzhu@chromium.org">
<link rel="match" href="will-change-in-foreign-object-paint-order-ref.html">
<svg style="width: 100px; height: 100px;">
<foreignObject width="100" height="100">
<div style="will-change: transform; width: 100px; height: 100px; background: red"></div>
</foreignObject>
<rect width="100" height="100" fill="green"></rect>
</svg>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment