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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/scroll-stacking-context-backface-visiblity-leaves-traces-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": [785, 5056],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [785, 5056], 5 "bounds": [785, 5056],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow (relative positioned) HEADER",
11 "position": [8, 28],
12 "bounds": [769, 1972],
9 "drawsContent": true, 13 "drawsContent": true,
10 "children": [ 14 "backfaceVisibility": "hidden",
15 "paintInvalidations": [
11 { 16 {
12 "name": "LayoutBlockFlow (relative positioned) HEADER", 17 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'",
13 "position": [8, 28], 18 "rect": [10, 1822, 150, 150],
14 "bounds": [769, 1972], 19 "reason": "subtree"
15 "drawsContent": true, 20 },
16 "backfaceVisibility": "hidden", 21 {
17 "paintInvalidations": [ 22 "object": "LayoutBlockFlow DIV id='recentlink'",
18 { 23 "rect": [10, 1822, 150, 150],
19 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'", 24 "reason": "subtree"
20 "rect": [10, 1822, 150, 150], 25 },
21 "reason": "subtree" 26 {
22 }, 27 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'",
23 { 28 "rect": [10, 1422, 150, 150],
24 "object": "LayoutBlockFlow DIV id='recentlink'", 29 "reason": "subtree"
25 "rect": [10, 1822, 150, 150], 30 },
26 "reason": "subtree" 31 {
27 }, 32 "object": "LayoutBlockFlow DIV id='recentlink'",
28 { 33 "rect": [10, 1422, 150, 150],
29 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'", 34 "reason": "subtree"
30 "rect": [10, 1422, 150, 150],
31 "reason": "subtree"
32 },
33 {
34 "object": "LayoutBlockFlow DIV id='recentlink'",
35 "rect": [10, 1422, 150, 150],
36 "reason": "subtree"
37 }
38 ]
39 } 35 }
40 ] 36 ]
41 } 37 }
42 ], 38 ],
43 "objectPaintInvalidations": [ 39 "objectPaintInvalidations": [
44 { 40 {
45 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'", 41 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'",
46 "reason": "subtree" 42 "reason": "subtree"
47 }, 43 },
48 { 44 {
49 "object": "LayoutBlockFlow DIV id='recentlink'", 45 "object": "LayoutBlockFlow DIV id='recentlink'",
50 "reason": "subtree" 46 "reason": "subtree"
51 } 47 }
52 ] 48 ]
53 } 49 }
54 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698