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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/repaint/tspan-pattern-update-expected.txt

Issue 2217813005: Auto-rebaseline for r409965 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 13 matching lines...) Expand all
24 { 24 {
25 "object": "LayoutSVGTSpan tspan", 25 "object": "LayoutSVGTSpan tspan",
26 "reason": "SVG resource change" 26 "reason": "SVG resource change"
27 }, 27 },
28 { 28 {
29 "object": "InlineFlowBox", 29 "object": "InlineFlowBox",
30 "reason": "SVG resource change" 30 "reason": "SVG resource change"
31 }, 31 },
32 { 32 {
33 "object": "LayoutSVGInlineText #text", 33 "object": "LayoutSVGInlineText #text",
34 "reason": "none" 34 "reason": "location change"
35 }, 35 },
36 { 36 {
37 "object": "InlineTextBox 'Y'", 37 "object": "InlineTextBox 'Y'",
38 "reason": "none" 38 "reason": "location change"
39 } 39 }
40 ] 40 ]
41 } 41 }
42 42
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698