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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/compositing/repaint/fixed-pos-with-abs-pos-child-scroll-expected.txt

Issue 2084643002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 Hi! 1 Hi!
2 { 2 {
3 "name": "Content Root Layer",
3 "bounds": [785, 4021], 4 "bounds": [785, 4021],
4 "children": [ 5 "children": [
5 { 6 {
7 "name": "LayoutView #document",
6 "bounds": [785, 4021], 8 "bounds": [785, 4021],
7 "contentsOpaque": true, 9 "contentsOpaque": true,
8 "drawsContent": true, 10 "drawsContent": true,
9 "paintInvalidations": [ 11 "paintInvalidations": [
10 { 12 {
11 "object": "LayoutBlockFlow (positioned) DIV id='abs'", 13 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
12 "rect": [425, 980, 360, 90], 14 "rect": [425, 980, 360, 90],
13 "reason": "subtree" 15 "reason": "subtree"
14 }, 16 },
15 { 17 {
(...skipping 23 matching lines...) Expand all
39 }, 41 },
40 { 42 {
41 "object": "LayoutText #text", 43 "object": "LayoutText #text",
42 "rect": [425, 480, 22, 18], 44 "rect": [425, 480, 22, 18],
43 "reason": "subtree" 45 "reason": "subtree"
44 }, 46 },
45 { 47 {
46 "object": "LayoutText #text", 48 "object": "LayoutText #text",
47 "rect": [425, 480, 22, 18], 49 "rect": [425, 480, 22, 18],
48 "reason": "subtree" 50 "reason": "subtree"
49 },
50 {
51 "object": "InlineTextBox 'Hi!'",
52 "reason": "subtree"
53 },
54 {
55 "object": "InlineTextBox 'Hi!'",
56 "reason": "subtree"
57 },
58 {
59 "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
60 "reason": "subtree"
61 },
62 {
63 "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
64 "reason": "subtree"
65 },
66 {
67 "object": "RootInlineBox",
68 "reason": "full"
69 },
70 {
71 "object": "RootInlineBox",
72 "reason": "full"
73 } 51 }
74 ] 52 ]
75 } 53 }
54 ],
55 "objectPaintInvalidations": [
56 {
57 "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
58 "reason": "subtree"
59 },
60 {
61 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
62 "reason": "subtree"
63 },
64 {
65 "object": "RootInlineBox",
66 "reason": "subtree"
67 },
68 {
69 "object": "LayoutText #text",
70 "reason": "subtree"
71 },
72 {
73 "object": "InlineTextBox 'Hi!'",
74 "reason": "subtree"
75 },
76 {
77 "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
78 "reason": "subtree"
79 },
80 {
81 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
82 "reason": "subtree"
83 },
84 {
85 "object": "RootInlineBox",
86 "reason": "subtree"
87 },
88 {
89 "object": "LayoutText #text",
90 "reason": "subtree"
91 },
92 {
93 "object": "InlineTextBox 'Hi!'",
94 "reason": "subtree"
95 }
76 ] 96 ]
77 } 97 }
78 98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698