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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/mix-blend-mode-separate-stacking-context-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 (floating) DIV", 10 "object": "LayoutBlockFlow (floating) DIV",
11 "rect": [348, 48, 60, 60], 11 "rect": [348, 48, 60, 60],
12 "reason": "subtree" 12 "reason": "subtree"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (floating) DIV",
16 "rect": [348, 48, 60, 60],
17 "reason": "subtree"
18 },
19 {
20 "object": "LayoutBlockFlow (floating) DIV id='fourth'",
21 "rect": [328, 28, 60, 60],
22 "reason": "subtree"
23 },
24 {
15 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='fo urth'", 25 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='fo urth'",
16 "rect": [328, 28, 60, 60], 26 "rect": [328, 28, 60, 60],
17 "reason": "subtree" 27 "reason": "subtree"
18 }, 28 },
19 { 29 {
20 "object": "LayoutBlockFlow (floating) DIV id='third'", 30 "object": "LayoutBlockFlow (floating) DIV id='third'",
21 "rect": [248, 48, 60, 60], 31 "rect": [248, 48, 60, 60],
22 "reason": "subtree" 32 "reason": "subtree"
23 }, 33 },
24 { 34 {
25 "object": "LayoutBlockFlow (floating) DIV id='second'", 35 "object": "LayoutBlockFlow (floating) DIV id='second'",
26 "rect": [148, 48, 60, 60], 36 "rect": [148, 48, 60, 60],
27 "reason": "subtree" 37 "reason": "subtree"
28 }, 38 },
29 { 39 {
30 "object": "LayoutBlockFlow (floating) DIV id='second'", 40 "object": "LayoutBlockFlow (floating) DIV id='second'",
31 "rect": [148, 48, 60, 60], 41 "rect": [148, 48, 60, 60],
32 "reason": "subtree" 42 "reason": "subtree"
33 }, 43 },
34 { 44 {
35 "object": "LayoutBlockFlow (floating) DIV id='first'", 45 "object": "LayoutBlockFlow (floating) DIV id='first'",
36 "rect": [48, 48, 60, 60], 46 "rect": [48, 48, 60, 60],
37 "reason": "subtree" 47 "reason": "subtree"
48 },
49 {
50 "object": "LayoutBlockFlow (floating) DIV id='first'",
51 "rect": [48, 48, 60, 60],
52 "reason": "subtree"
38 } 53 }
39 ] 54 ]
40 } 55 }
41 ], 56 ],
42 "objectPaintInvalidations": [ 57 "objectPaintInvalidations": [
43 { 58 {
59 "object": "LayoutBlockFlow (floating) DIV id='fourth'",
60 "reason": "subtree"
61 },
62 {
63 "object": "LayoutBlockFlow (floating) DIV",
64 "reason": "subtree"
65 },
66 {
44 "object": "LayoutBlockFlow (floating) DIV id='second'", 67 "object": "LayoutBlockFlow (floating) DIV id='second'",
45 "reason": "subtree" 68 "reason": "subtree"
46 }, 69 },
47 { 70 {
48 "object": "LayoutBlockFlow (floating) DIV id='first'", 71 "object": "LayoutBlockFlow (floating) DIV id='first'",
49 "reason": "subtree" 72 "reason": "subtree"
50 }, 73 },
51 { 74 {
75 "object": "LayoutBlockFlow (floating) DIV id='first'",
76 "reason": "subtree"
77 },
78 {
52 "object": "LayoutBlockFlow (floating) DIV id='second'", 79 "object": "LayoutBlockFlow (floating) DIV id='second'",
53 "reason": "subtree" 80 "reason": "subtree"
54 }, 81 },
55 { 82 {
56 "object": "LayoutBlockFlow (floating) DIV id='third'", 83 "object": "LayoutBlockFlow (floating) DIV id='third'",
57 "reason": "subtree" 84 "reason": "subtree"
58 }, 85 },
59 { 86 {
60 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='fourth '", 87 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='fourth '",
61 "reason": "subtree" 88 "reason": "subtree"
62 }, 89 },
63 { 90 {
64 "object": "LayoutBlockFlow (floating) DIV", 91 "object": "LayoutBlockFlow (floating) DIV",
65 "reason": "subtree" 92 "reason": "subtree"
66 } 93 }
67 ] 94 ]
68 } 95 }
69 96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698