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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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, 26, 784, 18], 13 "rect": [8, 26, 784, 18],
14 "reason": "invalidate paint rectangle" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutText #text", 17 "object": "LayoutText #text",
18 "rect": [15, 26, 49, 18], 18 "rect": [15, 26, 49, 18],
19 "reason": "style change" 19 "reason": "style change"
20 }, 20 },
21 { 21 {
22 "object": "LayoutText #text", 22 "object": "LayoutText #text",
23 "rect": [17, 26, 48, 18], 23 "rect": [17, 26, 48, 18],
24 "reason": "style change" 24 "reason": "style change"
(...skipping 16 matching lines...) Expand all
41 { 41 {
42 "object": "LayoutTextFragment (anonymous)", 42 "object": "LayoutTextFragment (anonymous)",
43 "rect": [8, 26, 8, 18], 43 "rect": [8, 26, 8, 18],
44 "reason": "style change" 44 "reason": "style change"
45 } 45 }
46 ] 46 ]
47 } 47 }
48 ], 48 ],
49 "objectPaintInvalidations": [ 49 "objectPaintInvalidations": [
50 { 50 {
51 "object": "InlineTextBox ''", 51 "object": "LayoutBlockFlow DIV",
52 "reason": "full" 52 "reason": "forced by layout"
53 },
54 {
55 "object": "InlineTextBox ''",
56 "reason": "full"
57 },
58 {
59 "object": "InlineTextBox ''",
60 "reason": "full"
61 }, 53 },
62 { 54 {
63 "object": "RootInlineBox", 55 "object": "RootInlineBox",
64 "reason": "full" 56 "reason": "forced by layout"
65 },
66 {
67 "object": "LayoutBlockFlow DIV",
68 "reason": "invalidate paint rectangle"
69 }, 57 },
70 { 58 {
71 "object": "LayoutInline Q id='q2' class='q-changed'", 59 "object": "LayoutInline Q id='q2' class='q-changed'",
72 "reason": "style change" 60 "reason": "style change"
73 }, 61 },
74 { 62 {
75 "object": "LayoutInline \u003Cpseudo:before\u003E", 63 "object": "LayoutInline \u003Cpseudo:before\u003E",
76 "reason": "style change" 64 "reason": "style change"
77 }, 65 },
78 { 66 {
(...skipping 28 matching lines...) Expand all
107 "object": "LayoutTextFragment (anonymous)", 95 "object": "LayoutTextFragment (anonymous)",
108 "reason": "style change" 96 "reason": "style change"
109 }, 97 },
110 { 98 {
111 "object": "InlineTextBox '}'", 99 "object": "InlineTextBox '}'",
112 "reason": "style change" 100 "reason": "style change"
113 } 101 }
114 ] 102 ]
115 } 103 }
116 104
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698