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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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?'",
11 "rect": [0, 0, 0, 0],
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"
48 },
49 {
50 "object": "LayoutSVGInlineText #text", 10 "object": "LayoutSVGInlineText #text",
51 "rect": [10, 126, 228, 18], 11 "rect": [10, 126, 228, 18],
52 "reason": "full" 12 "reason": "full"
53 }, 13 },
54 { 14 {
55 "object": "LayoutSVGInlineText #text", 15 "object": "LayoutSVGInlineText #text",
56 "rect": [10, 181, 138, 12], 16 "rect": [20, 214, 202, 72],
57 "reason": "full" 17 "reason": "full"
58 }, 18 },
59 { 19 {
60 "object": "LayoutSVGInlineText #text", 20 "object": "LayoutSVGInlineText #text",
61 "rect": [20, 214, 202, 72], 21 "rect": [10, 181, 138, 12],
62 "reason": "full" 22 "reason": "full"
63 }, 23 },
64 { 24 {
65 "object": "LayoutText #text", 25 "object": "LayoutText #text",
66 "rect": [282, 36, 46, 17], 26 "rect": [282, 36, 46, 17],
67 "reason": "full" 27 "reason": "full"
68 }, 28 },
69 { 29 {
70 "object": "LayoutText #text", 30 "object": "LayoutText #text",
71 "rect": [90, 54, 46, 17], 31 "rect": [270, 54, 46, 17],
72 "reason": "full" 32 "reason": "full"
73 }, 33 },
74 { 34 {
75 "object": "LayoutText #text", 35 "object": "LayoutText #text",
76 "rect": [225, 54, 46, 17], 36 "rect": [225, 54, 46, 17],
77 "reason": "full" 37 "reason": "full"
78 }, 38 },
79 { 39 {
80 "object": "LayoutText #text", 40 "object": "LayoutText #text",
81 "rect": [270, 54, 46, 17], 41 "rect": [90, 54, 46, 17],
82 "reason": "full" 42 "reason": "full"
83 }, 43 },
84 { 44 {
85 "object": "LayoutText #text", 45 "object": "LayoutText #text",
86 "rect": [52, 72, 46, 17], 46 "rect": [52, 72, 46, 17],
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