Commit 58dce46b authored by wangxianzhu's avatar wangxianzhu Committed by Commit bot

Rebaseline paint/invalidation/fixed-and-absolute-position-scrolled.html again

Not sure why the last rebaseline didn't work. This rebaseline removes
the extra baselines on mac10.9 and mac10.10.

TBR=wangxianzhu@chromium.org
BUG=636222

Review-Url: https://codereview.chromium.org/2340803002
Cr-Commit-Position: refs/heads/master@{#418917}
parent 1d833f23
......@@ -96,8 +96,6 @@ crbug.com/630967 [ Linux Debug ] svg/parser/whitespace-angle.html [ Skip ]
crbug.com/632000 [ Win ] fast/images/paint-subrect-grid.html [ Pass Failure ]
crbug.com/636222 [ Mac10.10 ] paint/invalidation/fixed-and-absolute-position-scrolled.html [ Failure ]
crbug.com/636271 [ Mac ] paint/invalidation/resize-iframe-text.html [ Pass Failure ]
crbug.com/636271 [ Linux ] paint/invalidation/resize-iframe-text.html [ Pass Failure ]
crbug.com/636271 [ Win ] paint/invalidation/resize-iframe-text.html [ Pass Failure ]
......
layer at (0,0) size 800x600 scrollHeight 5808
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x2016 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600
LayoutBlockFlow {HTML} at (0,0) size 800x2016
LayoutBlockFlow {BODY} at (8,8) size 784x2000
layer at (100,200) size 100x100
LayoutBlockFlow (positioned) {DIV} at (100,200) size 100x100 [bgcolor=#FF0000]
layer at (8,5008) size 100x100 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600
LayoutBlockFlow (relative positioned) {DIV} at (0,0) size 100x100
layer at (108,5708) size 100x100 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600
LayoutBlockFlow (positioned) {DIV} at (100,700) size 100x100 [bgcolor=#008000]
{
"name": "Content Root Layer",
"bounds": [800, 2016],
"children": [
{
"name": "LayoutView #document",
"bounds": [800, 2016],
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
{
"object": "LayoutView #document",
"rect": [0, 2016, 800, 3792],
"reason": "incremental"
},
{
"object": "LayoutBlockFlow HTML",
"rect": [0, 0, 800, 2016],
"reason": "forced by layout"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolute green'",
"rect": [108, 5708, 100, 100],
"reason": "subtree"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolute green'",
"rect": [100, 700, 100, 100],
"reason": "style change"
}
]
}
],
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolute green'",
"reason": "subtree"
},
{
"object": "LayoutView #document",
"reason": "incremental"
},
{
"object": "LayoutBlockFlow HTML",
"reason": "forced by layout"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolute green'",
"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