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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/compositing/overflow/text-match-highlight-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": "LayoutSVGInlineText #text", 12 "object": "LayoutSVGInlineText #text",
13 "rect": [10, 126, 228, 18], 13 "rect": [10, 126, 228, 17],
14 "reason": "full" 14 "reason": "full"
15 }, 15 },
16 { 16 {
17 "object": "LayoutSVGInlineText #text", 17 "object": "LayoutSVGInlineText #text",
18 "rect": [20, 214, 202, 72], 18 "rect": [20, 214, 202, 72],
19 "reason": "full" 19 "reason": "full"
20 }, 20 },
21 { 21 {
22 "object": "LayoutSVGInlineText #text", 22 "object": "LayoutSVGInlineText #text",
23 "rect": [10, 181, 138, 12], 23 "rect": [10, 181, 138, 12],
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "object": "LayoutSVGInlineText #text", 112 "object": "LayoutSVGInlineText #text",
113 "reason": "full" 113 "reason": "full"
114 }, 114 },
115 { 115 {
116 "object": "InlineTextBox 'Findme on a path! Did you findme?'", 116 "object": "InlineTextBox 'Findme on a path! Did you findme?'",
117 "reason": "full" 117 "reason": "full"
118 } 118 }
119 ] 119 ]
120 } 120 }
121 121
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698