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

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

Issue 2087483002: 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 { 1 {
2 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow DIV", 12 "object": "LayoutBlockFlow DIV",
11 "rect": [8, 26, 784, 18], 13 "rect": [8, 26, 784, 18],
12 "reason": "invalidate paint rectangle" 14 "reason": "invalidate paint rectangle"
13 }, 15 },
14 { 16 {
(...skipping 13 matching lines...) Expand all
28 }, 30 },
29 { 31 {
30 "object": "LayoutTextFragment (anonymous)", 32 "object": "LayoutTextFragment (anonymous)",
31 "rect": [8, 26, 10, 18], 33 "rect": [8, 26, 10, 18],
32 "reason": "style change" 34 "reason": "style change"
33 }, 35 },
34 { 36 {
35 "object": "LayoutTextFragment (anonymous)", 37 "object": "LayoutTextFragment (anonymous)",
36 "rect": [63, 26, 8, 18], 38 "rect": [63, 26, 8, 18],
37 "reason": "style change" 39 "reason": "style change"
38 },
39 {
40 "object": "InlineTextBox ''",
41 "reason": "full"
42 },
43 {
44 "object": "InlineTextBox ''",
45 "reason": "full"
46 },
47 {
48 "object": "InlineTextBox ''",
49 "reason": "full"
50 },
51 {
52 "object": "InlineTextBox 'quote 2'",
53 "reason": "style change"
54 },
55 {
56 "object": "InlineTextBox '{'",
57 "reason": "style change"
58 },
59 {
60 "object": "InlineTextBox '}'",
61 "reason": "style change"
62 },
63 {
64 "object": "LayoutInline \u003Cpseudo:after\u003E",
65 "reason": "style change"
66 },
67 {
68 "object": "LayoutInline \u003Cpseudo:before\u003E",
69 "reason": "style change"
70 },
71 {
72 "object": "LayoutInline Q id='q2' class='q-changed'",
73 "reason": "style change"
74 },
75 {
76 "object": "LayoutQuote (anonymous)",
77 "reason": "style change"
78 },
79 {
80 "object": "LayoutQuote (anonymous)",
81 "reason": "style change"
82 },
83 {
84 "object": "RootInlineBox",
85 "reason": "full"
86 } 40 }
87 ] 41 ]
88 } 42 }
43 ],
44 "objectPaintInvalidations": [
45 {
46 "object": "LayoutBlockFlow DIV",
47 "reason": "invalidate paint rectangle"
48 },
49 {
50 "object": "LayoutInline Q id='q2' class='q-changed'",
51 "reason": "style change"
52 },
53 {
54 "object": "LayoutInline \u003Cpseudo:before\u003E",
55 "reason": "style change"
56 },
57 {
58 "object": "LayoutQuote (anonymous)",
59 "reason": "style change"
60 },
61 {
62 "object": "LayoutTextFragment (anonymous)",
63 "reason": "style change"
64 },
65 {
66 "object": "InlineTextBox '{'",
67 "reason": "style change"
68 },
69 {
70 "object": "LayoutText #text",
71 "reason": "style change"
72 },
73 {
74 "object": "InlineTextBox 'quote 2'",
75 "reason": "style change"
76 },
77 {
78 "object": "LayoutInline \u003Cpseudo:after\u003E",
79 "reason": "style change"
80 },
81 {
82 "object": "LayoutQuote (anonymous)",
83 "reason": "style change"
84 },
85 {
86 "object": "LayoutTextFragment (anonymous)",
87 "reason": "style change"
88 },
89 {
90 "object": "InlineTextBox '}'",
91 "reason": "style change"
92 }
89 ] 93 ]
90 } 94 }
91 95
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698