Commit 51106b5a authored by Philip Rogers's avatar Philip Rogers Committed by Commit Bot

[BlinkGenPropertyTrees] Update expectations

This patch adds an expectation for:
  paint/invalidation/scroll/composited-iframe-scroll-repaint.html
This is needed because ancestor clipping layers are not created for
BGPT (see: https://crrev.com/556569).

images/cross-fade-invalidation.html has been marked as failing and a
bug has been filed: https://crbug.com/874672.

compositing/rtl/rtl-fixed-overflow-scrolled.html has been marked as
failing. This is likely related to https://crrev.com/583398

Two sticky tests started failing. This is likely caused by
crrev.com/581763. Filed https://crbug.com/874675 and marked as failing.

Bug: 836886

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: I973419fb9b9f6738ae8e25c4d0f98820a0335f19
Reviewed-on: https://chromium-review.googlesource.com/1176542
Commit-Queue: Philip Rogers <pdr@chromium.org>
Commit-Queue: Tien-Ren Chen <trchen@chromium.org>
Reviewed-by: default avatarTien-Ren Chen <trchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583472}
parent 62126032
......@@ -154,6 +154,7 @@ crbug.com/861824 virtual/threaded/fast/animationworklet/animation-worklet-inside
# These scrollbar tests should pass.
Bug(none) virtual/prefer_compositing_to_lcd_text/scrollbars/ [ Pass ]
crbug.com/836890 compositing/rtl/rtl-fixed-overflow-scrolled.html [ Failure ]
crbug.com/836890 compositing/rtl/rtl-absolute-overflow.html [ Failure ]
crbug.com/836890 compositing/rtl/rtl-and-writing-mode-scrolling.html [ Failure ]
crbug.com/836890 compositing/rtl/rtl-fixed-overflow.html [ Failure ]
......@@ -342,6 +343,11 @@ Bug(none) fast/borders/border-radius-mask-video.html [ Failure ]
Bug(none) fast/clip/overflow-border-radius-composited-parent.html [ Failure ]
Bug(none) fast/clip/overflow-border-radius-composited.html [ Failure ]
crbug.com/874675 compositing/overflow/mixed-composited-nested-sticky-overflow-scroller.html [ Failure ]
crbug.com/874675 fast/css/sticky/sticky-clip-rel-child.html [ Failure ]
crbug.com/874672 images/cross-fade-invalidation.html [ Failure ]
# Something wrong with vertical-rl scrollbars
crbug.com/853945 fast/block/positioning/vertical-rl/002.html [ Failure ]
......
{
"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",
"position": [8, 8],
"bounds": [304, 154]
},
{
"name": "LayoutView #document",
"position": [10, 10],
"bounds": [300, 150],
"drawsContent": false,
"backgroundColor": "#EEEEEE"
},
{
"name": "Scrolling Layer",
"position": [10, 10],
"bounds": [300, 150],
"drawsContent": false
},
{
"name": "Scrolling Contents Layer",
"position": [10, 10],
"bounds": [300, 516],
"backgroundColor": "#EEEEEE",
"transform": 1
},
{
"name": "LayoutBlockFlow BODY",
"bounds": [284, 500],
"transform": 2
},
{
"name": "Overflow Controls Host Layer",
"position": [10, 10],
"bounds": [300, 150],
"drawsContent": false
},
{
"name": "Horizontal Scrollbar Layer",
"position": [10, 160],
"bounds": [300, 0]
},
{
"name": "Vertical Scrollbar Layer",
"position": [310, 10],
"bounds": [0, 150]
}
],
"transforms": [
{
"id": 1,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[0, -20, 0, 1]
],
"flattenInheritedTransform": false
},
{
"id": 2,
"parent": 1,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[18, 18, 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