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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/clip-with-layout-delta-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 13 matching lines...) Expand all
24 "reason": "background obscuration change" 24 "reason": "background obscuration change"
25 }, 25 },
26 { 26 {
27 "object": "LayoutBlockFlow SPAN id='t1'", 27 "object": "LayoutBlockFlow SPAN id='t1'",
28 "rect": [8, 8, 100, 100], 28 "rect": [8, 8, 100, 100],
29 "reason": "style change" 29 "reason": "style change"
30 }, 30 },
31 { 31 {
32 "object": "LayoutText #text", 32 "object": "LayoutText #text",
33 "rect": [108, 8, 4, 18], 33 "rect": [108, 8, 4, 18],
34 "reason": "bounds change" 34 "reason": "forced by layout"
35 }, 35 },
36 { 36 {
37 "object": "LayoutText #text", 37 "object": "LayoutText #text",
38 "rect": [8, 8, 4, 18], 38 "rect": [8, 8, 4, 18],
39 "reason": "bounds change" 39 "reason": "forced by layout"
40 } 40 }
41 ] 41 ]
42 } 42 }
43 ], 43 ],
44 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
45 { 45 {
46 "object": "RootInlineBox",
47 "reason": "full"
48 },
49 {
50 "object": "InlineTextBox '\u00A0'",
51 "reason": "full"
52 },
53 {
54 "object": "RootInlineBox",
55 "reason": "full"
56 },
57 {
58 "object": "InlineTextBox '\u00A0'",
59 "reason": "full"
60 },
61 {
62 "object": "LayoutBlockFlow DIV", 46 "object": "LayoutBlockFlow DIV",
63 "reason": "background obscuration change" 47 "reason": "background obscuration change"
64 }, 48 },
65 { 49 {
66 "object": "LayoutBlockFlow SPAN id='t1'", 50 "object": "LayoutBlockFlow SPAN id='t1'",
67 "reason": "style change" 51 "reason": "style change"
68 }, 52 },
69 { 53 {
70 "object": "RootInlineBox", 54 "object": "RootInlineBox",
71 "reason": "style change" 55 "reason": "style change"
72 }, 56 },
73 { 57 {
74 "object": "LayoutText #text", 58 "object": "LayoutText #text",
75 "reason": "bounds change" 59 "reason": "forced by layout"
76 }, 60 },
77 { 61 {
78 "object": "InlineTextBox '\u00A0'", 62 "object": "InlineTextBox '\u00A0'",
79 "reason": "bounds change" 63 "reason": "forced by layout"
80 }, 64 },
81 { 65 {
82 "object": "LayoutBlockFlow (relative positioned) DIV", 66 "object": "LayoutBlockFlow (relative positioned) DIV",
83 "reason": "background obscuration change" 67 "reason": "background obscuration change"
84 }, 68 },
85 { 69 {
86 "object": "LayoutBlockFlow SPAN id='t2' class='blue'", 70 "object": "LayoutBlockFlow SPAN id='t2' class='blue'",
87 "reason": "style change" 71 "reason": "style change"
88 }, 72 },
89 { 73 {
90 "object": "RootInlineBox", 74 "object": "RootInlineBox",
91 "reason": "style change" 75 "reason": "style change"
92 }, 76 },
93 { 77 {
94 "object": "LayoutText #text", 78 "object": "LayoutText #text",
95 "reason": "bounds change" 79 "reason": "forced by layout"
96 }, 80 },
97 { 81 {
98 "object": "InlineTextBox '\u00A0'", 82 "object": "InlineTextBox '\u00A0'",
99 "reason": "bounds change" 83 "reason": "forced by layout"
100 } 84 }
101 ] 85 ]
102 } 86 }
103 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698