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

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

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

Powered by Google App Engine
This is Rietveld 408576698