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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/svg/repaint/text-mask-update-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 ''",
11 "rect": [0, 0, 0, 0],
12 "reason": "full"
13 },
14 {
15 "object": "InlineTextBox 'PASS'",
16 "rect": [0, 0, 0, 0],
17 "reason": "layoutObject insertion"
18 },
19 {
20 "object": "LayoutSVGInlineText #text",
21 "rect": [10, 32, 43, 22],
22 "reason": "layoutObject removal"
23 },
24 {
25 "object": "LayoutSVGInlineText #text", 10 "object": "LayoutSVGInlineText #text",
26 "rect": [10, 2, 46, 22], 11 "rect": [10, 2, 46, 22],
27 "reason": "layoutObject insertion" 12 "reason": "layoutObject insertion"
28 }, 13 },
29 { 14 {
30 "object": "LayoutSVGRect rect", 15 "object": "LayoutSVGRect rect",
31 "rect": [10, 2, 46, 22], 16 "rect": [10, 2, 46, 22],
32 "reason": "style change" 17 "reason": "style change"
33 }, 18 },
34 { 19 {
20 "object": "LayoutSVGRoot svg",
21 "rect": [10, 2, 46, 22],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutSVGText text id='text1'",
26 "rect": [10, 2, 46, 22],
27 "reason": "style change"
28 },
29 {
30 "object": "LayoutSVGInlineText #text",
31 "rect": [10, 32, 43, 22],
32 "reason": "layoutObject removal"
33 },
34 {
35 "object": "LayoutSVGText text id='text2'",
36 "rect": [10, 32, 43, 22],
37 "reason": "full"
38 },
39 {
35 "object": "LayoutSVGRect rect", 40 "object": "LayoutSVGRect rect",
36 "rect": [10, 32, 43, 18], 41 "rect": [10, 32, 43, 18],
37 "reason": "full" 42 "reason": "full"
38 }, 43 },
39 { 44 {
40 "object": "LayoutSVGRoot svg", 45 "object": "LayoutSVGRoot svg",
41 "rect": [10, 32, 43, 18], 46 "rect": [10, 32, 43, 18],
42 "reason": "bounds change" 47 "reason": "bounds change"
43 }, 48 },
44 { 49 {
45 "object": "LayoutSVGRoot svg", 50 "object": "InlineTextBox ''",
46 "rect": [10, 2, 46, 22], 51 "reason": "full"
47 "reason": "bounds change"
48 }, 52 },
49 { 53 {
50 "object": "LayoutSVGText text id='text1'", 54 "object": "InlineTextBox 'PASS'",
51 "rect": [10, 2, 46, 22], 55 "reason": "layoutObject insertion"
52 "reason": "style change"
53 }, 56 },
54 { 57 {
55 "object": "LayoutSVGText text id='text2'", 58 "object": "RootInlineBox",
56 "rect": [10, 32, 43, 22],
57 "reason": "full" 59 "reason": "full"
58 }, 60 },
59 { 61 {
60 "object": "RootInlineBox", 62 "object": "RootInlineBox",
61 "rect": [0, 0, 0, 0],
62 "reason": "full"
63 },
64 {
65 "object": "RootInlineBox",
66 "rect": [0, 0, 0, 0],
67 "reason": "full" 63 "reason": "full"
68 } 64 }
69 ] 65 ]
70 } 66 }
71 ] 67 ]
72 } 68 }
73 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698