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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/scroll-in-transformed-layer-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, 2016], 5 "bounds": [800, 2016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolut e clipped rotated'", 10 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolut e clipped rotated'",
11 "rect": [79, 129, 142, 142], 11 "rect": [79, 129, 142, 142],
12 "reason": "subtree" 12 "reason": "subtree"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'", 15 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'",
16 "rect": [114, 129, 107, 36], 16 "rect": [114, 129, 107, 36],
17 "reason": "subtree" 17 "reason": "subtree"
18 },
19 {
20 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'",
21 "rect": [100, 150, 100, 100],
22 "reason": "subtree"
23 },
24 {
25 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolut e clipped rotated'",
26 "rect": [100, 150, 100, 100],
27 "reason": "subtree"
18 } 28 }
19 ] 29 ]
20 } 30 }
21 ], 31 ],
22 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
23 { 33 {
24 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolute cl ipped rotated'", 34 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolute cl ipped rotated'",
25 "reason": "subtree" 35 "reason": "subtree"
26 }, 36 },
27 { 37 {
28 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'", 38 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'",
29 "reason": "subtree" 39 "reason": "subtree"
30 }, 40 },
31 { 41 {
32 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'", 42 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'",
33 "reason": "subtree" 43 "reason": "subtree"
44 },
45 {
46 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolute cl ipped rotated'",
47 "reason": "subtree"
48 },
49 {
50 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'",
51 "reason": "subtree"
52 },
53 {
54 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'",
55 "reason": "subtree"
34 } 56 }
35 ] 57 ]
36 } 58 }
37 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698