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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "InlineTextBox 'Can you findme in this boring text?'", 10 "object": "LayoutSVGInlineText #text",
11 "rect": [0, 0, 0, 0], 11 "rect": [10, 126, 227, 18],
12 "reason": "full"
13 },
14 {
15 "object": "InlineTextBox 'Findme in a typewriter!'",
16 "rect": [0, 0, 0, 0],
17 "reason": "full"
18 },
19 {
20 "object": "InlineTextBox 'Findme on a path! Did you findme?'",
21 "rect": [0, 0, 0, 0],
22 "reason": "full"
23 },
24 {
25 "object": "InlineTextBox 'findme'",
26 "rect": [0, 0, 0, 0],
27 "reason": "full"
28 },
29 {
30 "object": "InlineTextBox 'findme'",
31 "rect": [0, 0, 0, 0],
32 "reason": "full"
33 },
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" 12 "reason": "full"
48 }, 13 },
49 { 14 {
50 "object": "LayoutSVGInlineText #text", 15 "object": "LayoutSVGInlineText #text",
51 "rect": [10, 126, 227, 18], 16 "rect": [20, 214, 200, 72],
52 "reason": "full" 17 "reason": "full"
53 }, 18 },
54 { 19 {
55 "object": "LayoutSVGInlineText #text", 20 "object": "LayoutSVGInlineText #text",
56 "rect": [10, 180, 139, 12], 21 "rect": [10, 180, 139, 12],
57 "reason": "full" 22 "reason": "full"
58 }, 23 },
59 { 24 {
60 "object": "LayoutSVGInlineText #text", 25 "object": "LayoutText #text",
61 "rect": [20, 214, 200, 72], 26 "rect": [268, 54, 46, 18],
27 "reason": "full"
28 },
29 {
30 "object": "LayoutText #text",
31 "rect": [90, 54, 46, 18],
62 "reason": "full" 32 "reason": "full"
63 }, 33 },
64 { 34 {
65 "object": "LayoutText #text", 35 "object": "LayoutText #text",
66 "rect": [282, 36, 45, 18], 36 "rect": [282, 36, 45, 18],
67 "reason": "full" 37 "reason": "full"
68 }, 38 },
69 { 39 {
70 "object": "LayoutText #text", 40 "object": "LayoutText #text",
71 "rect": [90, 54, 46, 18],
72 "reason": "full"
73 },
74 {
75 "object": "LayoutText #text",
76 "rect": [224, 54, 45, 18], 41 "rect": [224, 54, 45, 18],
77 "reason": "full" 42 "reason": "full"
78 }, 43 },
79 { 44 {
80 "object": "LayoutText #text", 45 "object": "LayoutText #text",
81 "rect": [268, 54, 46, 18],
82 "reason": "full"
83 },
84 {
85 "object": "LayoutText #text",
86 "rect": [52, 72, 45, 18], 46 "rect": [52, 72, 45, 18],
87 "reason": "full" 47 "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"
88 } 80 }
89 ] 81 ]
90 } 82 }
91 ] 83 ]
92 } 84 }
93 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698