Commit 195276f9 authored by ojan@chromium.org's avatar ojan@chromium.org

Auto-rebaseline for r169505

http://src.chromium.org/viewvc/blink?view=revision&revision=169505

BUG=352050
TBR=jchaffraix@chromium.org

Review URL: https://codereview.chromium.org/196343029

git-svn-id: svn://svn.chromium.org/blink/trunk@169522 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent c367d873
...@@ -111,10 +111,6 @@ crbug.com/310679 [ Mac ] fast/frames/frame-set-scaling-hit.html [ ImageOnlyFailu ...@@ -111,10 +111,6 @@ crbug.com/310679 [ Mac ] fast/frames/frame-set-scaling-hit.html [ ImageOnlyFailu
crbug.com/318434 virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style.html [ ImageOnlyFailure ] crbug.com/318434 virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style.html [ ImageOnlyFailure ]
crbug.com/346134 [ Linux ] virtual/gpu/compositedscrolling/overflow/invisible-descendants-should-not-affect-opt-in.html [ Pass Failure ] crbug.com/346134 [ Linux ] virtual/gpu/compositedscrolling/overflow/invisible-descendants-should-not-affect-opt-in.html [ Pass Failure ]
crbug.com/352050 [ Mac ] fast/repaint/abspos-shift-image-incorrect-repaint.html [ NeedsRebaseline ]
crbug.com/352050 virtual/softwarecompositing/repaint/repaint-into-ancestor-after-layout.html [ NeedsRebaseline ]
crbug.com/352050 compositing/repaint/repaint-into-ancestor-after-layout.html [ NeedsRebaseline ]
# Tests failing since applyPageScaleFactorInCompositor enabled # Tests failing since applyPageScaleFactorInCompositor enabled
crbug.com/225184 fast/repaint/relayout-fixed-position-after-scale.html [ ImageOnlyFailure ] crbug.com/225184 fast/repaint/relayout-fixed-position-after-scale.html [ ImageOnlyFailure ]
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
(contentsOpaque 1) (contentsOpaque 1)
(drawsContent 1) (drawsContent 1)
(repaint rects (repaint rects
(rect 50.00 10.00 100.00 40.00) (rect 50.00 50.00 100.00 100.00)
(rect 50.00 110.00 100.00 40.00) (rect 50.00 10.00 100.00 100.00)
) )
(children 1 (children 1
(GraphicsLayer (GraphicsLayer
......
(GraphicsLayer
(bounds 800.00 600.00)
(children 1
(GraphicsLayer
(bounds 800.00 600.00)
(contentsOpaque 1)
(drawsContent 1)
(repaint rects
(rect 50.00 10.00 100.00 40.00)
(rect 50.00 110.00 100.00 40.00)
)
(children 1
(GraphicsLayer
(position 50.00 10.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
(backgroundColor #00FF00)
(children 1
(GraphicsLayer
(bounds 100.00 100.00)
(children 1
(GraphicsLayer
(bounds 50.00 50.00)
(contentsOpaque 1)
(drawsContent 1)
(backgroundColor #00FFFF)
)
)
)
)
)
)
)
)
)
(GraphicsLayer
(bounds 800.00 600.00)
(children 1
(GraphicsLayer
(bounds 800.00 600.00)
(contentsOpaque 1)
(drawsContent 1)
(repaint rects
(rect 50.00 10.00 100.00 40.00)
(rect 50.00 110.00 100.00 40.00)
)
(children 1
(GraphicsLayer
(position 50.00 10.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
(backgroundColor #00FF00)
(children 1
(GraphicsLayer
(bounds 100.00 100.00)
(children 1
(GraphicsLayer
(bounds 50.00 50.00)
(contentsOpaque 1)
(drawsContent 1)
(backgroundColor #00FFFF)
)
)
)
)
)
)
)
)
)
This test checks that shifting an abspos container will properly repaint its descendants.
The images below should be correctly repainted.
(repaint rects
(rect 0 0 1500 236)
(rect -250 0 1500 236)
(rect -250 0 250 236)
(rect 450 0 250 236)
(rect 454 0 250 236)
(rect 1154 0 250 236)
)
(GraphicsLayer
(bounds 800.00 600.00)
(children 1
(GraphicsLayer
(bounds 800.00 600.00)
(contentsOpaque 1)
(drawsContent 1)
(repaint rects
(rect 50.00 50.00 100.00 100.00)
(rect 50.00 10.00 100.00 100.00)
)
(children 1
(GraphicsLayer
(position 50.00 10.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
(backgroundColor #00FF00)
(children 1
(GraphicsLayer
(bounds 100.00 100.00)
(children 1
(GraphicsLayer
(bounds 50.00 50.00)
(contentsOpaque 1)
(drawsContent 1)
(backgroundColor #00FFFF)
)
)
)
)
)
)
)
)
)
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