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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/svg/text/exs-display-none-expected.txt

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

Powered by Google App Engine
This is Rietveld 408576698