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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/compositing/overflow/text-match-highlight-expected.txt

Issue 2084643002: 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": "LayoutSVGInlineText #text", 12 "object": "LayoutSVGInlineText #text",
11 "rect": [10, 126, 227, 18], 13 "rect": [10, 126, 227, 18],
12 "reason": "full" 14 "reason": "full"
13 }, 15 },
14 { 16 {
(...skipping 23 matching lines...) Expand all
38 }, 40 },
39 { 41 {
40 "object": "LayoutText #text", 42 "object": "LayoutText #text",
41 "rect": [224, 54, 45, 18], 43 "rect": [224, 54, 45, 18],
42 "reason": "full" 44 "reason": "full"
43 }, 45 },
44 { 46 {
45 "object": "LayoutText #text", 47 "object": "LayoutText #text",
46 "rect": [52, 72, 45, 18], 48 "rect": [52, 72, 45, 18],
47 "reason": "full" 49 "reason": "full"
48 },
49 {
50 "object": "InlineTextBox 'Can you findme in this boring text?'",
51 "reason": "full"
52 },
53 {
54 "object": "InlineTextBox 'Findme in a typewriter!'",
55 "reason": "full"
56 },
57 {
58 "object": "InlineTextBox 'Findme on a path! Did you findme?'",
59 "reason": "full"
60 },
61 {
62 "object": "InlineTextBox 'findme'",
63 "reason": "full"
64 },
65 {
66 "object": "InlineTextBox 'findme'",
67 "reason": "full"
68 },
69 {
70 "object": "InlineTextBox 'findme'",
71 "reason": "full"
72 },
73 {
74 "object": "InlineTextBox 'findme'",
75 "reason": "full"
76 },
77 {
78 "object": "InlineTextBox 'findme'",
79 "reason": "full"
80 } 50 }
81 ] 51 ]
82 } 52 }
53 ],
54 "objectPaintInvalidations": [
55 {
56 "object": "LayoutText #text",
57 "reason": "full"
58 },
59 {
60 "object": "InlineTextBox 'findme'",
61 "reason": "full"
62 },
63 {
64 "object": "LayoutText #text",
65 "reason": "full"
66 },
67 {
68 "object": "InlineTextBox 'findme'",
69 "reason": "full"
70 },
71 {
72 "object": "LayoutText #text",
73 "reason": "full"
74 },
75 {
76 "object": "InlineTextBox 'findme'",
77 "reason": "full"
78 },
79 {
80 "object": "LayoutText #text",
81 "reason": "full"
82 },
83 {
84 "object": "InlineTextBox 'findme'",
85 "reason": "full"
86 },
87 {
88 "object": "LayoutText #text",
89 "reason": "full"
90 },
91 {
92 "object": "InlineTextBox 'findme'",
93 "reason": "full"
94 },
95 {
96 "object": "LayoutSVGInlineText #text",
97 "reason": "full"
98 },
99 {
100 "object": "InlineTextBox 'Can you findme in this boring text?'",
101 "reason": "full"
102 },
103 {
104 "object": "LayoutSVGInlineText #text",
105 "reason": "full"
106 },
107 {
108 "object": "InlineTextBox 'Findme in a typewriter!'",
109 "reason": "full"
110 },
111 {
112 "object": "LayoutSVGInlineText #text",
113 "reason": "full"
114 },
115 {
116 "object": "InlineTextBox 'Findme on a path! Did you findme?'",
117 "reason": "full"
118 }
83 ] 119 ]
84 } 120 }
85 121
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698