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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/quotes-expected.txt

Issue 1878163002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "paintInvalidations": [
9 [64, 26, 10, 18], 9 {
10 [63, 26, 8, 18], 10 "object": "InlineTextBox ''",
11 [17, 26, 48, 18], 11 "rect": [0, 0, 0, 0],
12 [15, 26, 49, 18], 12 "reason": "full"
13 [8, 26, 784, 18], 13 },
14 [8, 26, 10, 18], 14 {
15 [8, 26, 8, 18] 15 "object": "InlineTextBox ''",
16 ], 16 "rect": [0, 0, 0, 0],
17 "paintInvalidationClients": [ 17 "reason": "full"
18 "InlineTextBox ''", 18 },
19 "InlineTextBox ''", 19 {
20 "InlineTextBox ''", 20 "object": "InlineTextBox ''",
21 "RootInlineBox", 21 "rect": [0, 0, 0, 0],
22 "LayoutBlockFlow DIV", 22 "reason": "full"
23 "LayoutInline Q id='q2' class='q-changed'", 23 },
24 "LayoutInline \u003Cpseudo:before\u003E", 24 {
25 "LayoutQuote (anonymous)", 25 "object": "InlineTextBox 'quote 2'",
26 "LayoutTextFragment (anonymous)", 26 "rect": [0, 0, 0, 0],
27 "InlineTextBox '{'", 27 "reason": "style change"
28 "LayoutText #text", 28 },
29 "InlineTextBox 'quote 2'", 29 {
30 "LayoutInline \u003Cpseudo:after\u003E", 30 "object": "InlineTextBox '{'",
31 "LayoutQuote (anonymous)", 31 "rect": [0, 0, 0, 0],
32 "LayoutTextFragment (anonymous)", 32 "reason": "style change"
33 "InlineTextBox '}'" 33 },
34 {
35 "object": "InlineTextBox '}'",
36 "rect": [0, 0, 0, 0],
37 "reason": "style change"
38 },
39 {
40 "object": "LayoutBlockFlow DIV",
41 "rect": [8, 26, 784, 18],
42 "reason": "invalidate paint rectangle"
43 },
44 {
45 "object": "LayoutInline \u003Cpseudo:after\u003E",
46 "rect": [0, 0, 0, 0],
47 "reason": "style change"
48 },
49 {
50 "object": "LayoutInline \u003Cpseudo:before\u003E",
51 "rect": [0, 0, 0, 0],
52 "reason": "style change"
53 },
54 {
55 "object": "LayoutInline Q id='q2' class='q-changed'",
56 "rect": [0, 0, 0, 0],
57 "reason": "style change"
58 },
59 {
60 "object": "LayoutQuote (anonymous)",
61 "rect": [0, 0, 0, 0],
62 "reason": "style change"
63 },
64 {
65 "object": "LayoutQuote (anonymous)",
66 "rect": [0, 0, 0, 0],
67 "reason": "style change"
68 },
69 {
70 "object": "LayoutText #text",
71 "rect": [17, 26, 48, 18],
72 "reason": "style change"
73 },
74 {
75 "object": "LayoutText #text",
76 "rect": [15, 26, 49, 18],
77 "reason": "style change"
78 },
79 {
80 "object": "LayoutTextFragment (anonymous)",
81 "rect": [8, 26, 10, 18],
82 "reason": "style change"
83 },
84 {
85 "object": "LayoutTextFragment (anonymous)",
86 "rect": [8, 26, 8, 18],
87 "reason": "style change"
88 },
89 {
90 "object": "LayoutTextFragment (anonymous)",
91 "rect": [64, 26, 10, 18],
92 "reason": "style change"
93 },
94 {
95 "object": "LayoutTextFragment (anonymous)",
96 "rect": [63, 26, 8, 18],
97 "reason": "style change"
98 },
99 {
100 "object": "RootInlineBox",
101 "rect": [0, 0, 0, 0],
102 "reason": "full"
103 }
34 ] 104 ]
35 } 105 }
36 ] 106 ]
37 } 107 }
38 108
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698