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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/control-clip-expected.txt

Issue 2706483002: Auto-rebaseline for r451189 (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/control-clip-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (anonymous)", 10 "object": "LayoutBlockFlow (anonymous)",
11 "rect": [9, 85, 198, 13], 11 "rect": [9, 84, 198, 14],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (anonymous)", 15 "object": "LayoutBlockFlow (anonymous)",
16 "rect": [16, 114, 184, 13], 16 "rect": [16, 114, 184, 13],
17 "reason": "forced by layout" 17 "reason": "forced by layout"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText (anonymous)",
21 "rect": [9, 84, 52, 14],
22 "reason": "full"
23 },
24 {
20 "object": "LayoutText #text", 25 "object": "LayoutText #text",
21 "rect": [82, 114, 52, 13], 26 "rect": [82, 114, 52, 13],
22 "reason": "full" 27 "reason": "full"
23 },
24 {
25 "object": "LayoutText (anonymous)",
26 "rect": [9, 85, 52, 13],
27 "reason": "full"
28 } 28 }
29 ] 29 ]
30 } 30 }
31 ], 31 ],
32 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
33 { 33 {
34 "object": "LayoutBlockFlow (anonymous)", 34 "object": "LayoutBlockFlow (anonymous)",
35 "reason": "forced by layout" 35 "reason": "forced by layout"
36 }, 36 },
37 { 37 {
(...skipping 20 matching lines...) Expand all
58 "object": "LayoutText #text", 58 "object": "LayoutText #text",
59 "reason": "full" 59 "reason": "full"
60 }, 60 },
61 { 61 {
62 "object": "InlineTextBox 'SUCCESS'", 62 "object": "InlineTextBox 'SUCCESS'",
63 "reason": "full" 63 "reason": "full"
64 } 64 }
65 ] 65 ]
66 } 66 }
67 67
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/control-clip-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698