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

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

Issue 2184693002: Auto-rebaseline for r407755 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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": "forced by layout" 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, 17],
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, 17],
24 "reason": "style change" 24 "reason": "style change"
25 }, 25 },
26 { 26 {
27 "object": "LayoutTextFragment (anonymous)", 27 "object": "LayoutTextFragment (anonymous)",
28 "rect": [64, 26, 10, 17], 28 "rect": [64, 26, 10, 17],
29 "reason": "style change" 29 "reason": "style change"
30 }, 30 },
31 { 31 {
32 "object": "LayoutTextFragment (anonymous)", 32 "object": "LayoutTextFragment (anonymous)",
33 "rect": [8, 26, 10, 17], 33 "rect": [8, 26, 10, 17],
34 "reason": "style change" 34 "reason": "style change"
35 }, 35 },
36 { 36 {
37 "object": "LayoutTextFragment (anonymous)", 37 "object": "LayoutTextFragment (anonymous)",
38 "rect": [63, 26, 8, 18], 38 "rect": [63, 26, 8, 17],
39 "reason": "style change"
40 },
41 {
42 "object": "LayoutTextFragment (anonymous)",
43 "rect": [8, 26, 8, 18],
44 "reason": "style change" 39 "reason": "style change"
45 } 40 }
46 ] 41 ]
47 } 42 }
48 ], 43 ],
49 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
50 { 45 {
51 "object": "LayoutBlockFlow DIV", 46 "object": "LayoutBlockFlow DIV",
52 "reason": "forced by layout" 47 "reason": "forced by layout"
53 }, 48 },
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "object": "LayoutTextFragment (anonymous)", 90 "object": "LayoutTextFragment (anonymous)",
96 "reason": "style change" 91 "reason": "style change"
97 }, 92 },
98 { 93 {
99 "object": "InlineTextBox '}'", 94 "object": "InlineTextBox '}'",
100 "reason": "style change" 95 "reason": "style change"
101 } 96 }
102 ] 97 ]
103 } 98 }
104 99
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698