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

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

Issue 1953813003: Rebaseline some tests on win7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutSVGRect rect",
11 "rect": [0, 0, 200, 200],
12 "reason": "full"
13 },
14 {
15 "object": "LayoutSVGViewportContainer svg id='inner'",
16 "rect": [0, 0, 200, 200],
17 "reason": "full"
18 },
19 {
20 "object": "LayoutSVGInlineText #text",
21 "rect": [89, 86, 111, 18],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutSVGText text",
26 "rect": [89, 86, 111, 18],
27 "reason": "full"
28 },
29 {
30 "object": "LayoutSVGInlineText #text",
31 "rect": [0, 86, 101, 18],
32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutSVGText text",
36 "rect": [0, 86, 101, 18],
37 "reason": "full"
38 },
39 {
40 "object": "LayoutSVGRoot svg",
41 "rect": [101, 0, 99, 200],
42 "reason": "incremental"
43 },
44 {
45 "object": "LayoutSVGContainer use",
46 "rect": [180, 120, 20, 20],
47 "reason": "location change"
48 },
49 {
50 "object": "LayoutSVGPath polygon id='triangle'",
51 "rect": [180, 120, 20, 20],
52 "reason": "location change"
53 },
54 {
55 "object": "LayoutSVGRect rect",
56 "rect": [180, 60, 20, 20],
57 "reason": "full"
58 },
59 {
60 "object": "LayoutSVGContainer use",
61 "rect": [80, 120, 20, 20],
62 "reason": "location change"
63 },
64 {
65 "object": "LayoutSVGPath polygon id='triangle'",
66 "rect": [80, 120, 20, 20],
67 "reason": "location change"
68 },
69 {
70 "object": "LayoutSVGRect rect",
71 "rect": [80, 60, 20, 20],
72 "reason": "full"
73 },
74 {
75 "object": "InlineTextBox 'right-aligned text'",
76 "reason": "full"
77 },
78 {
79 "object": "InlineTextBox 'right-aligned text'",
80 "reason": "bounds change"
81 },
82 {
83 "object": "RootInlineBox",
84 "reason": "full"
85 },
86 {
87 "object": "RootInlineBox",
88 "reason": "full"
89 }
90 ]
91 }
92 ]
93 }
94
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698