Commit 00451ea6 authored by Xianzhu Wang's avatar Xianzhu Wang Committed by Commit Bot

[BGPT] Rebaseline some paint/invalidation tests

The tests failed because of different graphics layer structures about
ChildContainmentLayer and AncestorClippingLayer which are intentionally
not created by BGPT, so rebaseline them.

Bug: 854196
Cq-Include-Trybots: luci.chromium.try:linux-blink-gen-property-trees;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel
Change-Id: I96223cc733ff0a1e792d4660e8e667a7d9e17460
Reviewed-on: https://chromium-review.googlesource.com/1178628Reviewed-by: default avatarPhilip Rogers <pdr@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583807}
parent 3dbc683e
...@@ -355,12 +355,3 @@ crbug.com/853945 fast/block/positioning/vertical-rl/002.html [ Failure ] ...@@ -355,12 +355,3 @@ crbug.com/853945 fast/block/positioning/vertical-rl/002.html [ Failure ]
crbug.com/854192 fast/multicol/composited-layer-nested.html [ Failure ] crbug.com/854192 fast/multicol/composited-layer-nested.html [ Failure ]
crbug.com/854192 fast/multicol/vertical-rl/composited-relpos-overlapping-will-change.html [ Failure ] crbug.com/854192 fast/multicol/vertical-rl/composited-relpos-overlapping-will-change.html [ Failure ]
crbug.com/854192 paint/pagination/composited-paginated-outlined-box.html [ Failure ] crbug.com/854192 paint/pagination/composited-paginated-outlined-box.html [ Failure ]
# Paint invalidation test failures. Needs investigation.
crbug.com/854196 paint/invalidation/compositing/clipping-should-not-repaint-composited-descendants.html [ Failure ]
crbug.com/854196 paint/invalidation/compositing/overlap-test-with-filter.html [ Failure ]
crbug.com/854196 paint/invalidation/compositing/repaint-overflow-scrolled-squashed-content.html [ Failure ]
crbug.com/854196 paint/invalidation/compositing/should-not-repaint-composited-descendants-on-overflow-change.html [ Failure ]
crbug.com/854196 paint/invalidation/compositing/should-not-repaint-composited-descendants.html [ Failure ]
crbug.com/854196 paint/invalidation/scroll/overflow-scroll-composited-non-stacking-child.html [ Failure ]
crbug.com/854196 paint/invalidation/scroll/repaint-composited-child-in-scrolled-container.html [ Failure ]
{
"layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"drawsContent": false,
"backgroundColor": "#FFFFFF"
},
{
"name": "Scrolling Layer",
"bounds": [785, 600],
"drawsContent": false
},
{
"name": "Scrolling Contents Layer",
"bounds": [785, 616],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF"
},
{
"name": "LayoutBlockFlow (positioned) DIV class='clipping-container'",
"bounds": [100, 100],
"drawsContent": false,
"transform": 1
},
{
"name": "LayoutBlockFlow DIV class='clipped-composited-child'",
"bounds": [252, 252],
"contentsOpaque": true,
"backgroundColor": "#FFFF00",
"transform": 2
},
{
"name": "LayoutBlockFlow (positioned) DIV class='clipping-container with-initial-clipping'",
"bounds": [100, 100],
"drawsContent": false,
"transform": 3
},
{
"name": "LayoutBlockFlow DIV class='clipped-composited-child'",
"bounds": [252, 252],
"contentsOpaque": true,
"backgroundColor": "#FFFF00",
"transform": 4
}
],
"transforms": [
{
"id": 1,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[108, 108, 0, 1]
]
},
{
"id": 2,
"parent": 1,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[-100, -100, 0, 1]
]
},
{
"id": 3,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[108, 408, 0, 1]
]
},
{
"id": 4,
"parent": 3,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[-100, -100, 0, 1]
]
}
]
}
{
"layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"drawsContent": false,
"backgroundColor": "#FFFFFF"
},
{
"name": "Scrolling Layer",
"bounds": [800, 600],
"drawsContent": false
},
{
"name": "Scrolling Contents Layer",
"bounds": [800, 600],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF"
},
{
"name": "LayoutIFrame IFRAME",
"bounds": [300, 100]
},
{
"name": "LayoutView #document",
"bounds": [300, 100],
"backgroundColor": "#FFFF00"
},
{
"name": "LayoutBlockFlow BODY",
"bounds": [284, 84],
"backgroundColor": "#FFFF00",
"transform": 1
},
{
"name": "LayoutBlockFlow (positioned) DIV",
"bounds": [300, 100],
"contentsOpaque": true,
"backgroundColor": "#D3D3D3",
"transform": 2
}
],
"transforms": [
{
"id": 1,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[8, 8, 0, 1]
]
},
{
"id": 2,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[151, 0, 0, 1]
]
}
]
}
{
"layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"drawsContent": false,
"backgroundColor": "#FFFFFF"
},
{
"name": "Scrolling Layer",
"bounds": [800, 600],
"drawsContent": false
},
{
"name": "Scrolling Contents Layer",
"bounds": [800, 600],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF"
},
{
"name": "Squashing Containment Layer",
"drawsContent": false
},
{
"name": "LayoutBlockFlow DIV id='foo2'",
"bounds": [150, 1000],
"contentsOpaque": true,
"backgroundColor": "#ADD8E6",
"transform": 1
},
{
"name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV id='foo')",
"position": [8, 8],
"bounds": [100, 1000],
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='foo'",
"rect": [0, 0, 100, 1000],
"reason": "style change"
}
]
}
],
"transforms": [
{
"id": 1,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[8, 8, 0, 1]
],
"flattenInheritedTransform": false
}
]
}
{
"layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"drawsContent": false,
"backgroundColor": "#FFFFFF"
},
{
"name": "Scrolling Layer",
"bounds": [800, 600],
"drawsContent": false
},
{
"name": "Scrolling Contents Layer",
"bounds": [800, 600],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF"
},
{
"name": "LayoutBlockFlow (positioned) DIV id='composited-box'",
"position": [38, 38],
"bounds": [20, 70],
"contentsOpaque": true,
"backfaceVisibility": "hidden",
"backgroundColor": "#008000",
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
"rect": [0, 0, 20, 70],
"reason": "full layer"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
"rect": [0, 0, 10, 60],
"reason": "full layer"
}
]
},
{
"name": "LayoutBlockFlow DIV class='composited child'",
"position": [8, 58],
"bounds": [50, 50],
"contentsOpaque": true,
"backfaceVisibility": "hidden",
"backgroundColor": "#008000"
}
]
}
{
"layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"drawsContent": false,
"backgroundColor": "#FFFFFF"
},
{
"name": "Scrolling Layer",
"bounds": [800, 600],
"drawsContent": false
},
{
"name": "Scrolling Contents Layer",
"bounds": [800, 600],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF"
},
{
"name": "LayoutBlockFlow DIV class='composited-child'",
"bounds": [100, 100],
"contentsOpaque": true,
"backfaceVisibility": "hidden",
"backgroundColor": "#008000"
},
{
"name": "LayoutBlockFlow DIV class='composited-child'",
"position": [0, 200],
"bounds": [100, 100],
"contentsOpaque": true,
"backfaceVisibility": "hidden",
"backgroundColor": "#008000"
},
{
"name": "LayoutBlockFlow (relative positioned) DIV class='composited-child overflow-child'",
"position": [150, 150],
"bounds": [100, 100],
"contentsOpaque": true,
"backfaceVisibility": "hidden",
"backgroundColor": "#008000"
},
{
"name": "LayoutBlockFlow (relative positioned) DIV class='composited-child overflow-child'",
"position": [150, 350],
"bounds": [100, 100],
"contentsOpaque": true,
"backfaceVisibility": "hidden",
"backgroundColor": "#008000"
}
]
}
{
"layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"drawsContent": false,
"backgroundColor": "#FFFFFF"
},
{
"name": "Scrolling Layer",
"bounds": [800, 600],
"drawsContent": false
},
{
"name": "Scrolling Contents Layer",
"bounds": [800, 600],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF",
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV class='back'",
"rect": [93, 125, 180, 100],
"reason": "paint property change"
},
{
"object": "LayoutBlockFlow (positioned) DIV class='back'",
"rect": [93, 75, 180, 100],
"reason": "paint property change"
},
{
"object": "VerticalScrollbar",
"rect": [308, 65, 15, 175],
"reason": "scroll control"
}
]
},
{
"name": "LayoutBlockFlow (positioned) DIV class='icon'",
"bounds": [40, 40],
"contentsOpaque": true,
"backgroundColor": "#FFDDBB",
"transform": 1
},
{
"name": "Squashing Containment Layer",
"drawsContent": false
},
{
"name": "LayoutBlockFlow (relative positioned) DIV class='list'",
"position": [43, 35],
"bounds": [180, 250],
"drawsContent": false
},
{
"name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='commit')",
"position": [43, 35],
"bounds": [180, 250]
}
],
"transforms": [
{
"id": 1,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[200, 10, 0, 1]
]
}
]
}
{
"layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"drawsContent": false,
"backgroundColor": "#FFFFFF"
},
{
"name": "Scrolling Layer",
"bounds": [800, 600],
"drawsContent": false
},
{
"name": "Scrolling Contents Layer",
"bounds": [800, 600],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF",
"paintInvalidations": [
{
"object": "HorizontalScrollbar",
"rect": [8, 293, 285, 15],
"reason": "scroll control"
}
]
},
{
"name": "LayoutBlockFlow (positioned) DIV id='container'",
"bounds": [600, 600],
"contentsOpaque": true,
"backgroundColor": "#FF0000",
"paintInvalidations": [
{
"object": "LayoutBlockFlow DIV id='inner'",
"rect": [0, 0, 600, 600],
"reason": "appeared"
}
],
"transform": 1
}
],
"transforms": [
{
"id": 1,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[-307, 8, 0, 1]
]
}
]
}
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