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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-repaint-including-stroke-expected.txt

Issue 2087483002: Auto-rebaseline for r400605 (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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutSVGInlineText #text", 12 "object": "LayoutSVGInlineText #text",
11 "rect": [80, 0, 550, 117], 13 "rect": [80, 0, 550, 117],
12 "reason": "style change" 14 "reason": "style change"
13 }, 15 },
14 { 16 {
(...skipping 13 matching lines...) Expand all
28 }, 30 },
29 { 31 {
30 "object": "LayoutSVGRoot svg", 32 "object": "LayoutSVGRoot svg",
31 "rect": [30, 0, 403, 59], 33 "rect": [30, 0, 403, 59],
32 "reason": "bounds change" 34 "reason": "bounds change"
33 }, 35 },
34 { 36 {
35 "object": "LayoutSVGText text id='bounce'", 37 "object": "LayoutSVGText text id='bounce'",
36 "rect": [30, 0, 403, 59], 38 "rect": [30, 0, 403, 59],
37 "reason": "full" 39 "reason": "full"
38 },
39 {
40 "object": "InlineTextBox 'Repaint me!'",
41 "reason": "full"
42 },
43 {
44 "object": "InlineTextBox 'Repaint me!'",
45 "reason": "style change"
46 },
47 {
48 "object": "RootInlineBox",
49 "reason": "full"
50 },
51 {
52 "object": "RootInlineBox",
53 "reason": "full"
54 } 40 }
55 ] 41 ]
56 } 42 }
43 ],
44 "objectPaintInvalidations": [
45 {
46 "object": "LayoutSVGRoot svg",
47 "reason": "bounds change"
48 },
49 {
50 "object": "LayoutSVGText text id='bounce'",
51 "reason": "full"
52 },
53 {
54 "object": "RootInlineBox",
55 "reason": "full"
56 },
57 {
58 "object": "LayoutSVGInlineText #text",
59 "reason": "style change"
60 },
61 {
62 "object": "InlineTextBox 'Repaint me!'",
63 "reason": "style change"
64 }
57 ] 65 ]
58 } 66 }
59 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698