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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/repaint/transform-text-element-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/remove-outline-property-on-root-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 25 matching lines...) Expand all
36 { 36 {
37 "object": "LayoutSVGText text", 37 "object": "LayoutSVGText text",
38 "rect": [8, 8, 400, 100], 38 "rect": [8, 8, 400, 100],
39 "reason": "subtree" 39 "reason": "subtree"
40 } 40 }
41 ] 41 ]
42 } 42 }
43 ], 43 ],
44 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
45 { 45 {
46 "object": "RootInlineBox",
47 "reason": "full"
48 },
49 {
50 "object": "InlineTextBox 'Test'",
51 "reason": "full"
52 },
53 {
54 "object": "LayoutSVGRoot svg", 46 "object": "LayoutSVGRoot svg",
55 "reason": "bounds change" 47 "reason": "bounds change"
56 }, 48 },
57 { 49 {
58 "object": "LayoutSVGText text", 50 "object": "LayoutSVGText text",
59 "reason": "subtree" 51 "reason": "subtree"
60 }, 52 },
61 { 53 {
62 "object": "RootInlineBox", 54 "object": "RootInlineBox",
63 "reason": "subtree" 55 "reason": "subtree"
64 }, 56 },
65 { 57 {
66 "object": "LayoutSVGInlineText #text", 58 "object": "LayoutSVGInlineText #text",
67 "reason": "subtree" 59 "reason": "subtree"
68 }, 60 },
69 { 61 {
70 "object": "InlineTextBox 'Test'", 62 "object": "InlineTextBox 'Test'",
71 "reason": "subtree" 63 "reason": "subtree"
72 } 64 }
73 ] 65 ]
74 } 66 }
75 67
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698