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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-repaint-composited-descendants-on-overflow-change-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,
9 "drawsContent": true, 7 "drawsContent": true,
10 "paintInvalidations": [ 8 "paintInvalidations": [
11 { 9 {
12 "object": "LayoutBlockFlow DIV id='overflow2'", 10 "object": "LayoutBlockFlow DIV id='overflow2'",
13 "rect": [0, 200, 200, 200], 11 "rect": [0, 200, 200, 200],
14 "reason": "style change" 12 "reason": "style change"
15 }, 13 },
16 { 14 {
17 "object": "LayoutBlockFlow DIV id='overflow1'", 15 "object": "LayoutBlockFlow DIV id='overflow1'",
18 "rect": [0, 0, 200, 200], 16 "rect": [0, 0, 200, 200],
19 "reason": "style change" 17 "reason": "style change"
20 } 18 }
21 ],
22 "children": [
23 {
24 "name": "LayoutBlockFlow DIV class='composited-child'",
25 "bounds": [100, 100],
26 "contentsOpaque": true,
27 "drawsContent": true,
28 "backfaceVisibility": "hidden",
29 "backgroundColor": "#008000"
30 },
31 {
32 "name": "Ancestor Clipping Layer",
33 "position": [0, 200],
34 "bounds": [200, 200],
35 "shouldFlattenTransform": false,
36 "children": [
37 {
38 "name": "LayoutBlockFlow DIV class='composited-child'",
39 "bounds": [100, 100],
40 "contentsOpaque": true,
41 "drawsContent": true,
42 "backfaceVisibility": "hidden",
43 "backgroundColor": "#008000"
44 }
45 ]
46 },
47 {
48 "name": "LayoutBlockFlow (relative positioned) DIV class='composited-c hild overflow-child'",
49 "position": [150, 150],
50 "bounds": [100, 100],
51 "contentsOpaque": true,
52 "drawsContent": true,
53 "backfaceVisibility": "hidden",
54 "backgroundColor": "#008000"
55 },
56 {
57 "name": "Ancestor Clipping Layer",
58 "position": [0, 200],
59 "bounds": [200, 200],
60 "shouldFlattenTransform": false,
61 "children": [
62 {
63 "name": "LayoutBlockFlow (relative positioned) DIV class='composit ed-child overflow-child'",
64 "position": [150, 150],
65 "bounds": [100, 100],
66 "contentsOpaque": true,
67 "drawsContent": true,
68 "backfaceVisibility": "hidden",
69 "backgroundColor": "#008000"
70 }
71 ]
72 }
73 ] 19 ]
20 },
21 {
22 "name": "LayoutBlockFlow DIV class='composited-child'",
23 "bounds": [100, 100],
24 "contentsOpaque": true,
25 "drawsContent": true,
26 "backfaceVisibility": "hidden",
27 "backgroundColor": "#008000"
28 },
29 {
30 "name": "Ancestor Clipping Layer",
31 "position": [0, 200],
32 "bounds": [200, 200],
33 "shouldFlattenTransform": false
34 },
35 {
36 "name": "LayoutBlockFlow DIV class='composited-child'",
37 "bounds": [100, 100],
38 "contentsOpaque": true,
39 "drawsContent": true,
40 "backfaceVisibility": "hidden",
41 "backgroundColor": "#008000"
42 },
43 {
44 "name": "LayoutBlockFlow (relative positioned) DIV class='composited-child overflow-child'",
45 "position": [150, 150],
46 "bounds": [100, 100],
47 "contentsOpaque": true,
48 "drawsContent": true,
49 "backfaceVisibility": "hidden",
50 "backgroundColor": "#008000"
51 },
52 {
53 "name": "Ancestor Clipping Layer",
54 "position": [0, 200],
55 "bounds": [200, 200],
56 "shouldFlattenTransform": false
57 },
58 {
59 "name": "LayoutBlockFlow (relative positioned) DIV class='composited-child overflow-child'",
60 "position": [150, 150],
61 "bounds": [100, 100],
62 "contentsOpaque": true,
63 "drawsContent": true,
64 "backfaceVisibility": "hidden",
65 "backgroundColor": "#008000"
74 } 66 }
75 ], 67 ],
76 "objectPaintInvalidations": [ 68 "objectPaintInvalidations": [
77 { 69 {
78 "object": "LayoutBlockFlow DIV id='overflow1'", 70 "object": "LayoutBlockFlow DIV id='overflow1'",
79 "reason": "style change" 71 "reason": "style change"
80 }, 72 },
81 { 73 {
82 "object": "LayoutBlockFlow DIV id='overflow2'", 74 "object": "LayoutBlockFlow DIV id='overflow2'",
83 "reason": "style change" 75 "reason": "style change"
84 } 76 }
85 ] 77 ]
86 } 78 }
87 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698