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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/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 class='absolute green'", 10 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'",
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 id='moveMe' class='absolut e clipped rotated'", 15 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolut e clipped rotated'",
16 "rect": [79, 129, 142, 142], 16 "rect": [79, 129, 142, 142],
17 "reason": "subtree" 17 "reason": "subtree"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'", 20 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'",
21 "rect": [100, 150, 100, 100], 21 "rect": [100, 150, 100, 100],
22 "reason": "subtree" 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"
23 } 28 }
24 ] 29 ]
25 } 30 }
26 ], 31 ],
27 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
28 { 33 {
29 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolute cl ipped rotated'", 34 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolute cl ipped rotated'",
30 "reason": "subtree" 35 "reason": "subtree"
31 }, 36 },
32 { 37 {
33 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'", 38 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'",
34 "reason": "subtree" 39 "reason": "subtree"
35 }, 40 },
36 { 41 {
37 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'", 42 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'",
38 "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"
39 } 56 }
40 ] 57 ]
41 } 58 }
42 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698