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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/text/remove-tspan-from-text-expected.txt

Issue 2086703002: Auto-rebaseline for r400760 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 10 matching lines...) Expand all
21 { 21 {
22 "object": "LayoutSVGText text id='text'", 22 "object": "LayoutSVGText text id='text'",
23 "rect": [10, 63, 307, 257], 23 "rect": [10, 63, 307, 257],
24 "reason": "full" 24 "reason": "full"
25 } 25 }
26 ] 26 ]
27 } 27 }
28 ], 28 ],
29 "objectPaintInvalidations": [ 29 "objectPaintInvalidations": [
30 { 30 {
31 "object": "InlineTextBox 'FAIL'",
32 "reason": "full"
33 },
34 {
31 "object": "LayoutSVGInlineText #text", 35 "object": "LayoutSVGInlineText #text",
32 "reason": "layoutObject removal" 36 "reason": "layoutObject removal"
33 }, 37 },
34 { 38 {
39 "object": "InlineFlowBox",
40 "reason": "full"
41 },
42 {
35 "object": "LayoutSVGTSpan tspan id='remove'", 43 "object": "LayoutSVGTSpan tspan id='remove'",
36 "reason": "layoutObject removal" 44 "reason": "layoutObject removal"
37 }, 45 },
38 { 46 {
47 "object": "RootInlineBox",
48 "reason": "full"
49 },
50 {
51 "object": "InlineFlowBox",
52 "reason": "full"
53 },
54 {
55 "object": "InlineTextBox 'PASS'",
56 "reason": "full"
57 },
58 {
59 "object": "InlineTextBox ''",
60 "reason": "full"
61 },
62 {
63 "object": "InlineTextBox ''",
64 "reason": "full"
65 },
66 {
67 "object": "InlineFlowBox",
68 "reason": "full"
69 },
70 {
71 "object": "InlineTextBox 'PASS'",
72 "reason": "full"
73 },
74 {
39 "object": "LayoutSVGText text id='text'", 75 "object": "LayoutSVGText text id='text'",
40 "reason": "full" 76 "reason": "full"
41 }, 77 },
42 { 78 {
43 "object": "RootInlineBox", 79 "object": "RootInlineBox",
44 "reason": "full" 80 "reason": "full"
45 } 81 }
46 ] 82 ]
47 } 83 }
48 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698