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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/containing-block-added-expected.txt

Issue 2747143004: Eagerly invalidate when a layer becomes stacking context (Closed)
Patch Set: Created 3 years, 9 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", 10 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
11 "rect": [50, 50, 75, 75], 11 "rect": [50, 50, 75, 75],
12 "reason": "subtree" 12 "reason": "subtree"
13 } 13 }
14 ] 14 ]
15 }, 15 },
16 { 16 {
17 "name": "LayoutBlockFlow (positioned) DIV id='container'", 17 "name": "LayoutBlockFlow (positioned) DIV id='container'",
18 "position": [200, 100], 18 "position": [200, 100],
19 "transformOrigin": [50, 50], 19 "transformOrigin": [50, 50],
20 "bounds": [125, 125], 20 "bounds": [125, 125],
21 "drawsContent": true, 21 "drawsContent": true,
22 "backgroundColor": "#0000FF", 22 "backgroundColor": "#0000FF",
23 "paintInvalidations": [ 23 "paintInvalidations": [
24 { 24 {
25 "object": "LayoutBlockFlow (positioned) DIV id='container'",
26 "rect": [0, 0, 100, 100],
27 "reason": "style change"
28 },
29 {
30 "object": "LayoutBlockFlow (positioned) DIV id='container'",
31 "rect": [0, 0, 100, 100],
32 "reason": "subtree"
33 },
34 {
25 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", 35 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
26 "rect": [50, 50, 75, 75], 36 "rect": [50, 50, 75, 75],
27 "reason": "style change" 37 "reason": "style change"
28 } 38 }
29 ] 39 ]
30 } 40 }
31 ], 41 ],
32 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
33 { 43 {
34 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", 44 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
35 "reason": "subtree" 45 "reason": "subtree"
36 }, 46 },
37 { 47 {
48 "object": "LayoutBlockFlow (positioned) DIV id='container'",
49 "reason": "subtree"
50 },
51 {
52 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
53 "reason": "subtree"
54 },
55 {
56 "object": "LayoutBlockFlow (positioned) DIV id='container'",
57 "reason": "style change"
58 },
59 {
38 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", 60 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
39 "reason": "style change" 61 "reason": "style change"
40 } 62 }
41 ] 63 ]
42 } 64 }
43 65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698