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

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

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "paintInvalidations": [
9 [282, 36, 46, 17], 9 {
10 [270, 54, 46, 17], 10 "object": "InlineTextBox 'Can you findme in this boring text?'",
11 [225, 54, 46, 17], 11 "rect": [0, 0, 0, 0],
12 [90, 54, 46, 17], 12 "reason": "full"
13 [52, 72, 46, 17], 13 },
14 [20, 214, 202, 72], 14 {
15 [10, 181, 138, 12], 15 "object": "InlineTextBox 'Findme in a typewriter!'",
16 [10, 126, 228, 18] 16 "rect": [0, 0, 0, 0],
17 ], 17 "reason": "full"
18 "paintInvalidationClients": [ 18 },
19 "LayoutText #text", 19 {
20 "InlineTextBox 'findme'", 20 "object": "InlineTextBox 'Findme on a path! Did you findme?'",
21 "LayoutText #text", 21 "rect": [0, 0, 0, 0],
22 "InlineTextBox 'findme'", 22 "reason": "full"
23 "LayoutText #text", 23 },
24 "InlineTextBox 'findme'", 24 {
25 "LayoutText #text", 25 "object": "InlineTextBox 'findme'",
26 "InlineTextBox 'findme'", 26 "rect": [0, 0, 0, 0],
27 "LayoutText #text", 27 "reason": "full"
28 "InlineTextBox 'findme'", 28 },
29 "LayoutSVGInlineText #text", 29 {
30 "InlineTextBox 'Can you findme in this boring text?'", 30 "object": "InlineTextBox 'findme'",
31 "LayoutSVGInlineText #text", 31 "rect": [0, 0, 0, 0],
32 "InlineTextBox 'Findme in a typewriter!'", 32 "reason": "full"
33 "LayoutSVGInlineText #text", 33 },
34 "InlineTextBox 'Findme on a path! Did you findme?'" 34 {
35 "object": "InlineTextBox 'findme'",
36 "rect": [0, 0, 0, 0],
37 "reason": "full"
38 },
39 {
40 "object": "InlineTextBox 'findme'",
41 "rect": [0, 0, 0, 0],
42 "reason": "full"
43 },
44 {
45 "object": "InlineTextBox 'findme'",
46 "rect": [0, 0, 0, 0],
47 "reason": "full"
48 },
49 {
50 "object": "LayoutSVGInlineText #text",
51 "rect": [10, 126, 228, 18],
52 "reason": "full"
53 },
54 {
55 "object": "LayoutSVGInlineText #text",
56 "rect": [10, 181, 138, 12],
57 "reason": "full"
58 },
59 {
60 "object": "LayoutSVGInlineText #text",
61 "rect": [20, 214, 202, 72],
62 "reason": "full"
63 },
64 {
65 "object": "LayoutText #text",
66 "rect": [282, 36, 46, 17],
67 "reason": "full"
68 },
69 {
70 "object": "LayoutText #text",
71 "rect": [90, 54, 46, 17],
72 "reason": "full"
73 },
74 {
75 "object": "LayoutText #text",
76 "rect": [225, 54, 46, 17],
77 "reason": "full"
78 },
79 {
80 "object": "LayoutText #text",
81 "rect": [270, 54, 46, 17],
82 "reason": "full"
83 },
84 {
85 "object": "LayoutText #text",
86 "rect": [52, 72, 46, 17],
87 "reason": "full"
88 }
35 ] 89 ]
36 } 90 }
37 ] 91 ]
38 } 92 }
39 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698