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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/clipping-should-not-repaint-composited-descendants-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": [785, 616],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [785, 616], 5 "bounds": [785, 616],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow (positioned) DIV class='clipping-container'",
11 "position": [108, 108],
12 "bounds": [100, 100]
13 },
14 {
15 "name": "Child Containment Layer",
16 "bounds": [100, 100]
17 },
18 {
19 "name": "LayoutBlockFlow DIV class='clipped-composited-child'",
20 "position": [-100, -100],
21 "bounds": [252, 252],
22 "contentsOpaque": true,
9 "drawsContent": true, 23 "drawsContent": true,
10 "children": [ 24 "backgroundColor": "#FFFF00"
11 { 25 },
12 "name": "LayoutBlockFlow (positioned) DIV class='clipping-container'", 26 {
13 "position": [108, 108], 27 "name": "LayoutBlockFlow (positioned) DIV class='clipping-container with-i nitial-clipping'",
14 "bounds": [100, 100], 28 "position": [108, 408],
15 "children": [ 29 "bounds": [100, 100]
16 { 30 },
17 "name": "Child Containment Layer", 31 {
18 "bounds": [100, 100], 32 "name": "Child Containment Layer",
19 "children": [ 33 "bounds": [100, 100]
20 { 34 },
21 "name": "LayoutBlockFlow DIV class='clipped-composited-child'" , 35 {
22 "position": [-100, -100], 36 "name": "LayoutBlockFlow DIV class='clipped-composited-child'",
23 "bounds": [252, 252], 37 "position": [-100, -100],
24 "contentsOpaque": true, 38 "bounds": [252, 252],
25 "drawsContent": true, 39 "contentsOpaque": true,
26 "backgroundColor": "#FFFF00" 40 "drawsContent": true,
27 } 41 "backgroundColor": "#FFFF00"
28 ]
29 }
30 ]
31 },
32 {
33 "name": "LayoutBlockFlow (positioned) DIV class='clipping-container wi th-initial-clipping'",
34 "position": [108, 408],
35 "bounds": [100, 100],
36 "children": [
37 {
38 "name": "Child Containment Layer",
39 "bounds": [100, 100],
40 "children": [
41 {
42 "name": "LayoutBlockFlow DIV class='clipped-composited-child'" ,
43 "position": [-100, -100],
44 "bounds": [252, 252],
45 "contentsOpaque": true,
46 "drawsContent": true,
47 "backgroundColor": "#FFFF00"
48 }
49 ]
50 }
51 ]
52 }
53 ]
54 } 42 }
55 ], 43 ],
56 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
57 { 45 {
58 "object": "LayoutBlockFlow (positioned) DIV class='clipping-container'", 46 "object": "LayoutBlockFlow (positioned) DIV class='clipping-container'",
59 "reason": "subtree" 47 "reason": "subtree"
60 }, 48 },
61 { 49 {
62 "object": "LayoutBlockFlow (positioned) DIV class='clipping-container with -initial-clipping'", 50 "object": "LayoutBlockFlow (positioned) DIV class='clipping-container with -initial-clipping'",
63 "reason": "subtree" 51 "reason": "subtree"
64 } 52 }
65 ] 53 ]
66 } 54 }
67 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698