Commit 85a9c6b4 authored by Rebaseline Bot's avatar Rebaseline Bot

Auto-rebaseline for r412637

https://chromium.googlesource.com/chromium/src/+/2cf52b959

BUG=482229
TBR=schenney@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#412701}
parent 67c8ff87
...@@ -50,7 +50,6 @@ crbug.com/463358 [ Mac Linux ] fast/transforms/transformed-caret.html [ Pass Fai ...@@ -50,7 +50,6 @@ crbug.com/463358 [ Mac Linux ] fast/transforms/transformed-caret.html [ Pass Fai
crbug.com/463358 [ Mac Linux ] svg/W3C-SVG-1.1/paths-data-02-t.svg [ Pass Failure ] crbug.com/463358 [ Mac Linux ] svg/W3C-SVG-1.1/paths-data-02-t.svg [ Pass Failure ]
crbug.com/474798 fast/repaint/align-self-change-keeping-geometry-grid.html [ Failure ] crbug.com/474798 fast/repaint/align-self-change-keeping-geometry-grid.html [ Failure ]
crbug.com/474798 fast/repaint/justify-self-change-keeping-geometry.html [ Failure ] crbug.com/474798 fast/repaint/justify-self-change-keeping-geometry.html [ Failure ]
crbug.com/482229 compositing/layer-creation/fixed-position-under-transform.html [ NeedsRebaseline ]
crbug.com/484370 [ Win Debug ] svg/custom/gradient-userSpaceOnUse-with-percentage.svg [ Failure ] crbug.com/484370 [ Win Debug ] svg/custom/gradient-userSpaceOnUse-with-percentage.svg [ Failure ]
crbug.com/487344 compositing/video/video-controls-layer-creation.html [ Failure ] crbug.com/487344 compositing/video/video-controls-layer-creation.html [ Failure ]
crbug.com/495523 svg/wicd/test-rightsizing-b.xhtml [ Failure Pass ] crbug.com/495523 svg/wicd/test-rightsizing-b.xhtml [ Failure Pass ]
......
{ {
"name": "Content Root Layer",
"bounds": [785, 5021], "bounds": [785, 5021],
"children": [ "children": [
{ {
"name": "LayoutView #document",
"bounds": [785, 5021], "bounds": [785, 5021],
"contentsOpaque": true, "contentsOpaque": true,
"drawsContent": true, "drawsContent": true,
"children": [ "children": [
{ {
"name": "LayoutBlockFlow DIV id='transform'",
"position": [108, 113], "position": [108, 113],
"transformOrigin": [284.5, -100], "transformOrigin": [284.5, -100],
"bounds": [256, 256], "bounds": [256, 256],
"contentsOpaque": true,
"drawsContent": true, "drawsContent": true,
"transform": [ "transform": [
[1, 0, 0, 0], [1, 0, 0, 0],
...@@ -20,6 +22,7 @@ ...@@ -20,6 +22,7 @@
] ]
}, },
{ {
"name": "LayoutBlockFlow (positioned) DIV id='overlap'",
"position": [0, 1000], "position": [0, 1000],
"bounds": [500, 500], "bounds": [500, 500],
"contentsOpaque": true, "contentsOpaque": true,
......
{
"bounds": [785, 5021],
"children": [
{
"bounds": [785, 5021],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
"position": [108, 113],
"transformOrigin": [284.5, -100],
"bounds": [256, 256],
"contentsOpaque": true,
"drawsContent": true,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[0, 1000, 0, 1]
]
},
{
"position": [0, 1000],
"bounds": [500, 500],
"contentsOpaque": true,
"drawsContent": true,
"backgroundColor": "#008000"
}
]
}
]
}
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