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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/control-clip-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 (anonymous)", 12 "object": "LayoutBlockFlow (anonymous)",
11 "rect": [9, 84, 198, 14], 13 "rect": [9, 84, 198, 14],
12 "reason": "invalidate paint rectangle" 14 "reason": "invalidate paint rectangle"
13 }, 15 },
14 { 16 {
15 "object": "LayoutBlockFlow (anonymous)", 17 "object": "LayoutBlockFlow (anonymous)",
16 "rect": [16, 114, 184, 13], 18 "rect": [16, 114, 184, 13],
17 "reason": "invalidate paint rectangle" 19 "reason": "invalidate paint rectangle"
18 }, 20 },
19 { 21 {
20 "object": "LayoutText #text", 22 "object": "LayoutText #text",
21 "rect": [84, 114, 48, 13], 23 "rect": [84, 114, 48, 13],
22 "reason": "full" 24 "reason": "full"
23 }, 25 },
24 { 26 {
25 "object": "LayoutText (anonymous)", 27 "object": "LayoutText (anonymous)",
26 "rect": [9, 84, 47, 14], 28 "rect": [9, 84, 47, 14],
27 "reason": "full" 29 "reason": "full"
28 },
29 {
30 "object": "InlineTextBox ''",
31 "reason": "full"
32 },
33 {
34 "object": "InlineTextBox ''",
35 "reason": "full"
36 },
37 {
38 "object": "InlineTextBox 'SUCCESS'",
39 "reason": "full"
40 },
41 {
42 "object": "InlineTextBox 'SUCCESS'",
43 "reason": "full"
44 },
45 {
46 "object": "RootInlineBox",
47 "reason": "full"
48 },
49 {
50 "object": "RootInlineBox",
51 "reason": "full"
52 } 30 }
53 ] 31 ]
54 } 32 }
33 ],
34 "objectPaintInvalidations": [
35 {
36 "object": "LayoutBlockFlow (anonymous)",
37 "reason": "invalidate paint rectangle"
38 },
39 {
40 "object": "LayoutText (anonymous)",
41 "reason": "full"
42 },
43 {
44 "object": "InlineTextBox 'SUCCESS'",
45 "reason": "full"
46 },
47 {
48 "object": "LayoutBlockFlow (anonymous)",
49 "reason": "invalidate paint rectangle"
50 },
51 {
52 "object": "LayoutText #text",
53 "reason": "full"
54 },
55 {
56 "object": "InlineTextBox 'SUCCESS'",
57 "reason": "full"
58 }
55 ] 59 ]
56 } 60 }
57 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698