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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/text/ems-display-none-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": "InlineFlowBox",
11 "rect": [0, 0, 0, 0],
12 "reason": "layoutObject insertion"
13 },
14 {
15 "object": "InlineFlowBox",
16 "rect": [0, 0, 0, 0],
17 "reason": "layoutObject insertion"
18 },
19 {
20 "object": "InlineTextBox ' '",
21 "rect": [0, 0, 0, 0],
22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "InlineTextBox 'Two lines of text should be visible.'",
26 "rect": [0, 0, 0, 0],
27 "reason": "layoutObject insertion"
28 },
29 {
30 "object": "InlineTextBox 'Two lines of text should be visible.'",
31 "rect": [0, 0, 0, 0],
32 "reason": "layoutObject insertion"
33 },
34 {
35 "object": "LayoutSVGContainer g", 10 "object": "LayoutSVGContainer g",
36 "rect": [50, 54, 561, 86], 11 "rect": [50, 54, 561, 86],
37 "reason": "bounds change" 12 "reason": "bounds change"
38 }, 13 },
39 { 14 {
40 "object": "LayoutSVGInlineText #text", 15 "object": "LayoutSVGInlineText #text",
41 "rect": [50, 54, 561, 86], 16 "rect": [50, 54, 561, 86],
42 "reason": "layoutObject insertion" 17 "reason": "layoutObject insertion"
43 }, 18 },
44 { 19 {
(...skipping 20 matching lines...) Expand all
65 "object": "LayoutSVGTSpan tspan id='tspan'", 40 "object": "LayoutSVGTSpan tspan id='tspan'",
66 "rect": [50, 54, 561, 86], 41 "rect": [50, 54, 561, 86],
67 "reason": "layoutObject insertion" 42 "reason": "layoutObject insertion"
68 }, 43 },
69 { 44 {
70 "object": "LayoutSVGText text id='text'", 45 "object": "LayoutSVGText text id='text'",
71 "rect": [50, 54, 561, 86], 46 "rect": [50, 54, 561, 86],
72 "reason": "layoutObject insertion" 47 "reason": "layoutObject insertion"
73 }, 48 },
74 { 49 {
50 "object": "InlineFlowBox",
51 "reason": "layoutObject insertion"
52 },
53 {
54 "object": "InlineFlowBox",
55 "reason": "layoutObject insertion"
56 },
57 {
58 "object": "InlineTextBox ' '",
59 "reason": "layoutObject insertion"
60 },
61 {
62 "object": "InlineTextBox 'Two lines of text should be visible.'",
63 "reason": "layoutObject insertion"
64 },
65 {
66 "object": "InlineTextBox 'Two lines of text should be visible.'",
67 "reason": "layoutObject insertion"
68 },
69 {
75 "object": "RootInlineBox", 70 "object": "RootInlineBox",
76 "rect": [0, 0, 0, 0],
77 "reason": "full" 71 "reason": "full"
78 } 72 }
79 ] 73 ]
80 } 74 }
81 ] 75 ]
82 } 76 }
83 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698