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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/stacking-context-lost-expected.txt

Issue 2402833002: 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 { 1 {
2 "name": "Content Root Layer", 2 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow (relative positioned) DIV id='outer'",
11 "position": [278, 278],
12 "bounds": [100, 100],
13 "contentsOpaque": true,
9 "drawsContent": true, 14 "drawsContent": true,
10 "children": [ 15 "backfaceVisibility": "hidden",
16 "backgroundColor": "#008000",
17 "paintInvalidations": [
11 { 18 {
12 "name": "LayoutBlockFlow (relative positioned) DIV id='outer'", 19 "object": "LayoutBlockFlow (relative positioned) DIV id='inner'",
13 "position": [278, 278], 20 "rect": [0, 0, 100, 100],
14 "bounds": [100, 100], 21 "reason": "subtree"
15 "contentsOpaque": true, 22 },
16 "drawsContent": true, 23 {
17 "backfaceVisibility": "hidden", 24 "object": "LayoutBlockFlow (relative positioned) DIV id='outer'",
18 "backgroundColor": "#008000", 25 "rect": [0, 0, 100, 100],
19 "paintInvalidations": [ 26 "reason": "style change"
20 { 27 },
21 "object": "LayoutBlockFlow (relative positioned) DIV id='inner'", 28 {
22 "rect": [0, 0, 100, 100], 29 "object": "LayoutBlockFlow (relative positioned) DIV id='outer'",
23 "reason": "subtree" 30 "rect": [0, 0, 100, 100],
24 }, 31 "reason": "subtree"
25 {
26 "object": "LayoutBlockFlow (relative positioned) DIV id='outer'",
27 "rect": [0, 0, 100, 100],
28 "reason": "style change"
29 },
30 {
31 "object": "LayoutBlockFlow (relative positioned) DIV id='outer'",
32 "rect": [0, 0, 100, 100],
33 "reason": "subtree"
34 }
35 ]
36 } 32 }
37 ] 33 ]
38 } 34 }
39 ], 35 ],
40 "objectPaintInvalidations": [ 36 "objectPaintInvalidations": [
41 { 37 {
42 "object": "LayoutBlockFlow (relative positioned) DIV id='outer'", 38 "object": "LayoutBlockFlow (relative positioned) DIV id='outer'",
43 "reason": "subtree" 39 "reason": "subtree"
44 }, 40 },
45 { 41 {
46 "object": "LayoutBlockFlow (relative positioned) DIV id='inner'", 42 "object": "LayoutBlockFlow (relative positioned) DIV id='inner'",
47 "reason": "subtree" 43 "reason": "subtree"
48 }, 44 },
49 { 45 {
50 "object": "LayoutBlockFlow (relative positioned) DIV id='inner'", 46 "object": "LayoutBlockFlow (relative positioned) DIV id='inner'",
51 "reason": "layoutObject removal" 47 "reason": "layoutObject removal"
52 }, 48 },
53 { 49 {
54 "object": "LayoutBlockFlow (relative positioned) DIV id='outer'", 50 "object": "LayoutBlockFlow (relative positioned) DIV id='outer'",
55 "reason": "style change" 51 "reason": "style change"
56 } 52 }
57 ] 53 ]
58 } 54 }
59 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698