OLD | NEW |
(Empty) | |
| 1 # Expectations for slimmingPaintInvalidation feature |
| 2 |
| 3 # Different clipping behavior, sometimes more accurate (e.g. about css clip), |
| 4 # sometimes less accurate (e.g. when clip has transforms). This doesn't matter. |
| 5 Bug(none) paint/invalidation/outline-clip-change.html [ NeedsRebaseline ] |
| 6 Bug(none) paint/invalidation/scroll-in-transformed-layer.html [ NeedsRebaseline
] |
| 7 Bug(none) paint/invalidation/scroll-with-transformed-parent-layer.html [ NeedsRe
baseline ] |
| 8 Bug(none) paint/invalidation/shift-relative-positioned-container-with-image-addi
tion.html [ NeedsRebaseline ] |
| 9 |
| 10 crbug.com/648274 fast/multicol/span/abspos-containing-block-outside-spanner.html
[ Failure ] |
| 11 |
| 12 # Missing enclosingIntRect for scale transforms. |
| 13 crbug.com/648769 paint/invalidation/invalidation-with-scale-transform.html [ Fai
lure ] |
| 14 crbug.com/648769 paint/invalidation/transform-inline-layered-child.html [ Failur
e ] |
| 15 crbug.com/648769 paint/invalidation/transform-layout-repaint.html [ Failure ] |
| 16 crbug.com/648769 fast/sub-pixel/sub-pixel-accumulates-to-layers.html [ Failure ] |
| 17 |
| 18 # We use FrameView::x() and FrameView::y() which are integers to generate FrameV
iew |
| 19 # preTranslation, but the old path uses offsets in the layout tree. Not sure if
it's |
| 20 # a bug of the new path or the old path. |
| 21 Bug(none) paint/invalidation/repaint-during-scroll-with-zoom.html [ Failure ] |
| 22 |
| 23 # Missing SVG transform enclosingIntRect. |
| 24 crbug.com/651521 paint/invalidation/svg/absolute-sized-document-no-scrollbars.sv
g [ Failure ] |
| 25 crbug.com/651521 paint/invalidation/svg/tabgroup.svg [ Failure ] |
| 26 crbug.com/651521 paint/invalidation/svg/window.svg [ Failure ] |
| 27 crbug.com/651521 paint/invalidation/svg/animated-path-inside-transformed-html.xh
tml [ Failure ] |
| 28 crbug.com/651521 paint/invalidation/svg/js-late-gradient-and-object-creation.svg
[ Failure ] |
| 29 crbug.com/651521 paint/invalidation/svg/js-late-pattern-and-object-creation.svg
[ Failure ] |
OLD | NEW |