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

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

Issue 2084693003: Auto-rebaseline for r400903 (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 "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": "LayoutMenuList SELECT id='popup'",
13 "rect": [8, 76, 200, 30],
14 "reason": "style change"
15 },
16 {
12 "object": "LayoutBlockFlow (anonymous)", 17 "object": "LayoutBlockFlow (anonymous)",
13 "rect": [9, 84, 198, 14], 18 "rect": [9, 84, 198, 14],
14 "reason": "invalidate paint rectangle" 19 "reason": "invalidate paint rectangle"
15 }, 20 },
16 { 21 {
17 "object": "LayoutBlockFlow (anonymous)", 22 "object": "LayoutBlockFlow (anonymous)",
18 "rect": [16, 114, 184, 13], 23 "rect": [16, 114, 184, 13],
19 "reason": "invalidate paint rectangle" 24 "reason": "invalidate paint rectangle"
20 }, 25 },
21 { 26 {
(...skipping 20 matching lines...) Expand all
42 }, 47 },
43 { 48 {
44 "object": "InlineTextBox ''", 49 "object": "InlineTextBox ''",
45 "reason": "full" 50 "reason": "full"
46 }, 51 },
47 { 52 {
48 "object": "RootInlineBox", 53 "object": "RootInlineBox",
49 "reason": "full" 54 "reason": "full"
50 }, 55 },
51 { 56 {
57 "object": "LayoutMenuList SELECT id='popup'",
58 "reason": "style change"
59 },
60 {
52 "object": "LayoutBlockFlow (anonymous)", 61 "object": "LayoutBlockFlow (anonymous)",
53 "reason": "invalidate paint rectangle" 62 "reason": "invalidate paint rectangle"
54 }, 63 },
55 { 64 {
56 "object": "LayoutText (anonymous)", 65 "object": "LayoutText (anonymous)",
57 "reason": "full" 66 "reason": "full"
58 }, 67 },
59 { 68 {
60 "object": "InlineTextBox 'SUCCESS'", 69 "object": "InlineTextBox 'SUCCESS'",
61 "reason": "full" 70 "reason": "full"
62 }, 71 },
63 { 72 {
64 "object": "LayoutBlockFlow (anonymous)", 73 "object": "LayoutBlockFlow (anonymous)",
65 "reason": "invalidate paint rectangle" 74 "reason": "invalidate paint rectangle"
66 }, 75 },
67 { 76 {
68 "object": "LayoutText #text", 77 "object": "LayoutText #text",
69 "reason": "full" 78 "reason": "full"
70 }, 79 },
71 { 80 {
72 "object": "InlineTextBox 'SUCCESS'", 81 "object": "InlineTextBox 'SUCCESS'",
73 "reason": "full" 82 "reason": "full"
74 } 83 }
75 ] 84 ]
76 } 85 }
77 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698