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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/svg/repaint/inner-svg-change-viewPort-relative-expected.txt

Issue 2184693002: Auto-rebaseline for r407755 (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
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": [
11 { 11 {
12 "object": "LayoutSVGRect rect", 12 "object": "LayoutSVGRect rect",
13 "rect": [0, 0, 200, 200], 13 "rect": [0, 0, 200, 200],
14 "reason": "full" 14 "reason": "full"
15 }, 15 },
16 { 16 {
17 "object": "LayoutSVGViewportContainer svg id='inner'", 17 "object": "LayoutSVGViewportContainer svg id='inner'",
18 "rect": [0, 0, 200, 200], 18 "rect": [0, 0, 200, 200],
19 "reason": "full" 19 "reason": "full"
20 }, 20 },
21 { 21 {
22 "object": "LayoutSVGInlineText #text",
23 "rect": [89, 86, 111, 17],
24 "reason": "forced by layout"
25 },
26 {
27 "object": "LayoutSVGText text",
28 "rect": [89, 86, 111, 17],
29 "reason": "full"
30 },
31 {
22 "object": "LayoutSVGRoot svg", 32 "object": "LayoutSVGRoot svg",
23 "rect": [100, 0, 100, 200], 33 "rect": [100, 0, 100, 200],
24 "reason": "incremental" 34 "reason": "incremental"
25 }, 35 },
26 { 36 {
27 "object": "LayoutSVGInlineText #text", 37 "object": "LayoutSVGInlineText #text",
28 "rect": [100, 85, 100, 19], 38 "rect": [0, 86, 100, 17],
29 "reason": "forced by layout" 39 "reason": "forced by layout"
30 }, 40 },
31 { 41 {
32 "object": "LayoutSVGText text", 42 "object": "LayoutSVGText text",
33 "rect": [100, 85, 100, 19], 43 "rect": [0, 86, 100, 17],
34 "reason": "full" 44 "reason": "full"
35 }, 45 },
36 { 46 {
37 "object": "LayoutSVGInlineText #text",
38 "rect": [0, 85, 100, 19],
39 "reason": "forced by layout"
40 },
41 {
42 "object": "LayoutSVGText text",
43 "rect": [0, 85, 100, 19],
44 "reason": "full"
45 },
46 {
47 "object": "LayoutSVGContainer use", 47 "object": "LayoutSVGContainer use",
48 "rect": [180, 120, 20, 20], 48 "rect": [180, 120, 20, 20],
49 "reason": "full" 49 "reason": "full"
50 }, 50 },
51 { 51 {
52 "object": "LayoutSVGPath polygon id='triangle'", 52 "object": "LayoutSVGPath polygon id='triangle'",
53 "rect": [180, 120, 20, 20], 53 "rect": [180, 120, 20, 20],
54 "reason": "bounds change" 54 "reason": "bounds change"
55 }, 55 },
56 { 56 {
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "object": "LayoutSVGContainer use", 121 "object": "LayoutSVGContainer use",
122 "reason": "full" 122 "reason": "full"
123 }, 123 },
124 { 124 {
125 "object": "LayoutSVGPath polygon id='triangle'", 125 "object": "LayoutSVGPath polygon id='triangle'",
126 "reason": "bounds change" 126 "reason": "bounds change"
127 } 127 }
128 ] 128 ]
129 } 129 }
130 130
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698