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

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

Issue 1190263002: Auto-rebaseline for r197368 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
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, 17]
17 ],
18 "paintInvalidationClients": [
19 "LayoutText #text",
20 "InlineTextBox 'findme'",
21 "LayoutText #text",
22 "InlineTextBox 'findme'",
23 "LayoutText #text",
24 "InlineTextBox 'findme'",
25 "LayoutText #text",
26 "InlineTextBox 'findme'",
27 "LayoutText #text",
28 "InlineTextBox 'findme'",
29 "LayoutSVGInlineText #text",
30 "InlineTextBox 'Can you findme in this boring text?'",
31 "LayoutSVGInlineText #text",
32 "InlineTextBox 'Findme in a typewriter!'",
33 "LayoutSVGInlineText #text",
34 "InlineTextBox 'Findme on a path! Did you findme?'"
17 ] 35 ]
18 } 36 }
19 ] 37 ]
20 } 38 }
21 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698