Commit 0988f9b7 authored by Xianzhu Wang's avatar Xianzhu Wang

Update SPv2 test expectations about video

1. Skip virtual/new-remote-playback-pipeline/ which is under
   development.
2. Remove baselines for paint/invalidation/video-[un]mute-repaint.html
   and expect failures. The video implementation is being changed and
   we can't catch up with it.

TBR=pdr@chromium.org

Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: I3f5cf22ddb879d77bfc78c86227b4ae06fa5d25d
Reviewed-on: https://chromium-review.googlesource.com/690323Reviewed-by: default avatarXianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#505046}
parent 6e481570
...@@ -84,6 +84,7 @@ Bug(none) virtual/media-gpu-accelerated/ [ Skip ] ...@@ -84,6 +84,7 @@ Bug(none) virtual/media-gpu-accelerated/ [ Skip ]
Bug(none) virtual/mojo-loading/ [ Skip ] Bug(none) virtual/mojo-loading/ [ Skip ]
Bug(none) virtual/mojo-localstorage/ [ Skip ] Bug(none) virtual/mojo-localstorage/ [ Skip ]
Bug(none) virtual/mse-1mb-buffers/ [ Skip ] Bug(none) virtual/mse-1mb-buffers/ [ Skip ]
Bug(none) virtual/new-remote-playback-pipeline/ [ Skip ]
Bug(none) virtual/prefer_compositing_to_lcd_text/ [ Skip ] Bug(none) virtual/prefer_compositing_to_lcd_text/ [ Skip ]
Bug(none) virtual/rootlayerscrolls/ [ Skip ] Bug(none) virtual/rootlayerscrolls/ [ Skip ]
Bug(none) virtual/scalefactor150/ [ Skip ] Bug(none) virtual/scalefactor150/ [ Skip ]
...@@ -968,6 +969,8 @@ Bug(none) paint/invalidation/overflow-hidden-yet-scrolled.html [ Failure ] ...@@ -968,6 +969,8 @@ Bug(none) paint/invalidation/overflow-hidden-yet-scrolled.html [ Failure ]
Bug(none) paint/invalidation/paint-invalidation-with-reparent-across-frame-boundaries.html [ Failure ] Bug(none) paint/invalidation/paint-invalidation-with-reparent-across-frame-boundaries.html [ Failure ]
Bug(none) paint/invalidation/svg/resize-svg-invalidate-children-2.html [ Failure ] Bug(none) paint/invalidation/svg/resize-svg-invalidate-children-2.html [ Failure ]
Bug(none) paint/invalidation/svg/resize-svg-invalidate-children.html [ Failure ] Bug(none) paint/invalidation/svg/resize-svg-invalidate-children.html [ Failure ]
Bug(none) paint/invalidation/video-mute-repaint.html [ Failure ]
Bug(none) paint/invalidation/video-unmute-repaint.html [ Failure ]
# The expectation seems incorrect? # The expectation seems incorrect?
Bug(none) paint/invalidation/paged-with-overflowing-block-rl.html [ Failure ] Bug(none) paint/invalidation/paged-with-overflowing-block-rl.html [ Failure ]
......
{
"layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF"
},
{
"name": "LayoutFlexibleBox (relative positioned) DIV",
"position": [8, 501],
"bounds": [700, 32],
"contentsOpaque": true,
"backgroundColor": "#FAFAFA",
"paintInvalidations": [
{
"object": "LayoutSlider INPUT",
"rect": [580, 15, 70, 2],
"reason": "full"
},
{
"object": "LayoutBlockFlow DIV id='thumb'",
"rect": [632, 0, 36, 32],
"reason": "full"
},
{
"object": "LayoutBlockFlow DIV id='thumb'",
"rect": [562, 0, 36, 32],
"reason": "full"
},
{
"object": "LayoutButton INPUT",
"rect": [530, 0, 32, 32],
"reason": "full"
}
]
}
],
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow BODY",
"reason": "geometry"
},
{
"object": "RootInlineBox",
"reason": "geometry"
},
{
"object": "LayoutVideo VIDEO id='v'",
"reason": "style change"
},
{
"object": "LayoutFlexibleBox (relative positioned) DIV class='phase-ready state-stopped'",
"reason": "geometry"
},
{
"object": "LayoutButton INPUT",
"reason": "full"
},
{
"object": "LayoutSlider INPUT",
"reason": "full"
},
{
"object": "LayoutFlexibleBox DIV",
"reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV id='thumb'",
"reason": "full"
}
]
}
{
"layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF"
},
{
"name": "LayoutFlexibleBox (relative positioned) DIV",
"position": [8, 501],
"bounds": [700, 32],
"contentsOpaque": true,
"backgroundColor": "#FAFAFA",
"paintInvalidations": [
{
"object": "LayoutSlider INPUT",
"rect": [580, 15, 70, 2],
"reason": "full"
},
{
"object": "LayoutBlockFlow DIV id='thumb'",
"rect": [597, 0, 36, 32],
"reason": "full"
},
{
"object": "LayoutBlockFlow DIV id='thumb'",
"rect": [562, 0, 36, 32],
"reason": "full"
},
{
"object": "LayoutButton INPUT",
"rect": [530, 0, 32, 32],
"reason": "full"
}
]
}
],
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (anonymous)",
"reason": "geometry"
},
{
"object": "RootInlineBox",
"reason": "geometry"
},
{
"object": "LayoutVideo VIDEO id='v'",
"reason": "style change"
},
{
"object": "LayoutFlexibleBox (relative positioned) DIV class='phase-ready state-stopped'",
"reason": "geometry"
},
{
"object": "LayoutButton INPUT",
"reason": "full"
},
{
"object": "LayoutSlider INPUT",
"reason": "full"
},
{
"object": "LayoutFlexibleBox DIV",
"reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV id='thumb'",
"reason": "full"
}
]
}
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