Commit 9142199d authored by Rebaseline Bot's avatar Rebaseline Bot

Auto-rebaseline for r397912

https://chromium.googlesource.com/chromium/src/+/59fd991c4

BUG=416535
TBR=chrishtr@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#397914}
parent 25966f28
...@@ -76,8 +76,6 @@ crbug.com/267206 [ Mac ] virtual/rootlayerscrolls/fast/scrolling/scrollbar-tickm ...@@ -76,8 +76,6 @@ crbug.com/267206 [ Mac ] virtual/rootlayerscrolls/fast/scrolling/scrollbar-tickm
crbug.com/280342 [ Linux Win ] http/tests/media/progress-events-generated-correctly.html [ Failure ] crbug.com/280342 [ Linux Win ] http/tests/media/progress-events-generated-correctly.html [ Failure ]
crbug.com/416535 virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container.html [ NeedsRebaseline ]
crbug.com/520739 [ Mac ] http/tests/websocket/close-code-and-reason.html [ Failure Pass Timeout ] crbug.com/520739 [ Mac ] http/tests/websocket/close-code-and-reason.html [ Failure Pass Timeout ]
crbug.com/520737 [ Mac ] imported/csswg-test/css-writing-modes-3/writing-mode-vertical-rl-001.xht [ Failure Pass Timeout ] crbug.com/520737 [ Mac ] imported/csswg-test/css-writing-modes-3/writing-mode-vertical-rl-001.xht [ Failure Pass Timeout ]
crbug.com/520736 [ Win7 ] media/W3C/video/networkState/networkState_during_progress.html [ Failure Pass ] crbug.com/520736 [ Win7 ] media/W3C/video/networkState/networkState_during_progress.html [ Failure Pass ]
......
{
"bounds": [800, 600],
"children": [
{
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
"position": [8, 108],
"bounds": [210, 210],
"shouldFlattenTransform": false,
"drawsContent": true,
"paintInvalidations": [
{
"object": "LayoutBlockFlow DIV id='container'",
"rect": [0, 0, 210, 210],
"reason": "style change"
}
],
"children": [
{
"position": [5, 5],
"bounds": [185, 185],
"shouldFlattenTransform": false,
"children": [
{
"bounds": [400, 400],
"drawsContent": true,
"paintInvalidations": [
{
"object": "LayoutBlockFlow DIV id='container'",
"rect": [-5, -5, 210, 210],
"reason": "style change"
}
]
}
]
},
{
"bounds": [210, 210],
"children": [
{
"position": [5, 190],
"bounds": [185, 15]
},
{
"position": [190, 5],
"bounds": [15, 185]
},
{
"position": [190, 190],
"bounds": [15, 15],
"drawsContent": true
}
]
}
]
}
]
}
]
}
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
"paintInvalidations": [ "paintInvalidations": [
{ {
"object": "LayoutBlockFlow DIV id='container'", "object": "LayoutBlockFlow DIV id='container'",
"rect": [-5, -5, 210, 210],
"reason": "style change" "reason": "style change"
} }
] ]
......
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