Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/squash-partial-repaint-inside-squashed-layer-expected.txt

Issue 2406733002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Content Root Layer", 2 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "Squashing Containment Layer",
11 "shouldFlattenTransform": false
12 },
13 {
14 "name": "LayoutBlockFlow (positioned) DIV class='composited box behind'",
15 "position": [100, 100],
16 "bounds": [100, 100],
17 "contentsOpaque": true,
9 "drawsContent": true, 18 "drawsContent": true,
10 "children": [ 19 "backgroundColor": "#0000FF"
20 },
21 {
22 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione d) DIV class='box middle')",
23 "position": [180, 180],
24 "bounds": [262, 200],
25 "drawsContent": true,
26 "paintInvalidations": [
11 { 27 {
12 "name": "Squashing Containment Layer", 28 "object": "LayoutImage (positioned) IMG id='repaintdiv' class='repaint div'",
13 "shouldFlattenTransform": false, 29 "rect": [80, 80, 182, 29],
14 "children": [ 30 "reason": "style change"
15 {
16 "name": "LayoutBlockFlow (positioned) DIV class='composited box be hind'",
17 "position": [100, 100],
18 "bounds": [100, 100],
19 "contentsOpaque": true,
20 "drawsContent": true,
21 "backgroundColor": "#0000FF"
22 },
23 {
24 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p ositioned) DIV class='box middle')",
25 "position": [180, 180],
26 "bounds": [262, 200],
27 "drawsContent": true,
28 "paintInvalidations": [
29 {
30 "object": "LayoutImage (positioned) IMG id='repaintdiv' class= 'repaintdiv'",
31 "rect": [80, 80, 182, 29],
32 "reason": "style change"
33 }
34 ]
35 }
36 ]
37 } 31 }
38 ] 32 ]
39 } 33 }
40 ], 34 ],
41 "objectPaintInvalidations": [ 35 "objectPaintInvalidations": [
42 { 36 {
43 "object": "LayoutImage (positioned) IMG id='repaintdiv' class='repaintdiv' ", 37 "object": "LayoutImage (positioned) IMG id='repaintdiv' class='repaintdiv' ",
44 "reason": "style change" 38 "reason": "style change"
45 } 39 }
46 ] 40 ]
47 } 41 }
48 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698