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

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

Issue 1540743002: Auto-rebaseline for r366291 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [282, 36, 46, 17], 9 [282, 36, 46, 17],
10 [270, 54, 46, 17], 10 [270, 54, 46, 17],
11 [225, 54, 46, 17], 11 [225, 54, 46, 17],
12 [90, 54, 46, 17], 12 [90, 54, 46, 17],
13 [52, 72, 46, 17], 13 [52, 72, 46, 17],
14 [20, 214, 202, 72], 14 [20, 214, 202, 72],
15 [10, 181, 138, 12], 15 [10, 181, 138, 12],
16 [10, 126, 228, 17] 16 [10, 126, 228, 18]
17 ], 17 ],
18 "paintInvalidationClients": [ 18 "paintInvalidationClients": [
19 "LayoutText #text", 19 "LayoutText #text",
20 "InlineTextBox 'findme'", 20 "InlineTextBox 'findme'",
21 "LayoutText #text", 21 "LayoutText #text",
22 "InlineTextBox 'findme'", 22 "InlineTextBox 'findme'",
23 "LayoutText #text", 23 "LayoutText #text",
24 "InlineTextBox 'findme'", 24 "InlineTextBox 'findme'",
25 "LayoutText #text", 25 "LayoutText #text",
26 "InlineTextBox 'findme'", 26 "InlineTextBox 'findme'",
27 "LayoutText #text", 27 "LayoutText #text",
28 "InlineTextBox 'findme'", 28 "InlineTextBox 'findme'",
29 "LayoutSVGInlineText #text", 29 "LayoutSVGInlineText #text",
30 "InlineTextBox 'Can you findme in this boring text?'", 30 "InlineTextBox 'Can you findme in this boring text?'",
31 "LayoutSVGInlineText #text", 31 "LayoutSVGInlineText #text",
32 "InlineTextBox 'Findme in a typewriter!'", 32 "InlineTextBox 'Findme in a typewriter!'",
33 "LayoutSVGInlineText #text", 33 "LayoutSVGInlineText #text",
34 "InlineTextBox 'Findme on a path! Did you findme?'" 34 "InlineTextBox 'Findme on a path! Did you findme?'"
35 ] 35 ]
36 } 36 }
37 ] 37 ]
38 } 38 }
39 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698