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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/fixed-position-transparency-with-overflow-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": [108, 308, 100, 100], 11 "rect": [108, 308, 100, 100],
12 "reason": "subtree" 12 "reason": "subtree"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'",
16 "rect": [108, 308, 100, 100],
17 "reason": "subtree"
18 },
19 {
15 "object": "LayoutBlockFlow (relative positioned) DIV id='container' cl ass='relative blue'", 20 "object": "LayoutBlockFlow (relative positioned) DIV id='container' cl ass='relative blue'",
16 "rect": [8, 208, 100, 100], 21 "rect": [8, 208, 100, 100],
17 "reason": "subtree" 22 "reason": "subtree"
23 },
24 {
25 "object": "LayoutBlockFlow (relative positioned) DIV id='container' cl ass='relative blue'",
26 "rect": [8, 208, 100, 100],
27 "reason": "subtree"
18 } 28 }
19 ] 29 ]
20 } 30 }
21 ], 31 ],
22 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
23 { 33 {
24 "object": "LayoutBlockFlow (relative positioned) DIV id='container' class= 'relative blue'", 34 "object": "LayoutBlockFlow (relative positioned) DIV id='container' class= 'relative blue'",
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"
40 },
41 {
42 "object": "LayoutBlockFlow (relative positioned) DIV id='container' class= 'relative blue'",
43 "reason": "subtree"
44 },
45 {
46 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'",
47 "reason": "subtree"
30 } 48 }
31 ] 49 ]
32 } 50 }
33 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698