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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/quotes-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": [
11 { 11 {
12 "object": "LayoutBlockFlow DIV", 12 "object": "LayoutBlockFlow DIV",
13 "rect": [8, 28, 784, 19], 13 "rect": [8, 28, 784, 20],
14 "reason": "invalidate paint rectangle" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutText #text", 17 "object": "LayoutText #text",
18 "rect": [17, 28, 46, 19], 18 "rect": [17, 28, 46, 19],
19 "reason": "style change" 19 "reason": "style change"
20 }, 20 },
21 { 21 {
22 "object": "LayoutText #text", 22 "object": "LayoutText #text",
23 "rect": [15, 28, 46, 19], 23 "rect": [15, 28, 46, 19],
24 "reason": "style change" 24 "reason": "style change"
(...skipping 11 matching lines...) Expand all
36 { 36 {
37 "object": "LayoutTextFragment (anonymous)", 37 "object": "LayoutTextFragment (anonymous)",
38 "rect": [61, 28, 8, 19], 38 "rect": [61, 28, 8, 19],
39 "reason": "style change" 39 "reason": "style change"
40 } 40 }
41 ] 41 ]
42 } 42 }
43 ], 43 ],
44 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
45 { 45 {
46 "object": "InlineTextBox ''", 46 "object": "LayoutBlockFlow DIV",
47 "reason": "full" 47 "reason": "forced by layout"
48 },
49 {
50 "object": "InlineTextBox ''",
51 "reason": "full"
52 },
53 {
54 "object": "InlineTextBox ''",
55 "reason": "full"
56 }, 48 },
57 { 49 {
58 "object": "RootInlineBox", 50 "object": "RootInlineBox",
59 "reason": "full" 51 "reason": "forced by layout"
60 },
61 {
62 "object": "LayoutBlockFlow DIV",
63 "reason": "invalidate paint rectangle"
64 }, 52 },
65 { 53 {
66 "object": "LayoutInline Q id='q2' class='q-changed'", 54 "object": "LayoutInline Q id='q2' class='q-changed'",
67 "reason": "style change" 55 "reason": "style change"
68 }, 56 },
69 { 57 {
70 "object": "LayoutInline \u003Cpseudo:before\u003E", 58 "object": "LayoutInline \u003Cpseudo:before\u003E",
71 "reason": "style change" 59 "reason": "style change"
72 }, 60 },
73 { 61 {
(...skipping 28 matching lines...) Expand all
102 "object": "LayoutTextFragment (anonymous)", 90 "object": "LayoutTextFragment (anonymous)",
103 "reason": "style change" 91 "reason": "style change"
104 }, 92 },
105 { 93 {
106 "object": "InlineTextBox '}'", 94 "object": "InlineTextBox '}'",
107 "reason": "style change" 95 "reason": "style change"
108 } 96 }
109 ] 97 ]
110 } 98 }
111 99
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698