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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux-precise/svg/repaint/mask-clip-target-transform-expected.txt

Issue 2066303004: Manual rebaseline for crbug.com/620126 (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
(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 id='clipper'",
11 "rect": [0, 100, 300, 200],
12 "reason": "full"
13 },
14 {
15 "object": "LayoutSVGRect rect id='masker'",
16 "rect": [0, 0, 300, 100],
17 "reason": "full"
18 },
19 {
20 "object": "LayoutSVGRect rect id='clipper'",
21 "rect": [100, 0, 200, 300],
22 "reason": "full"
23 },
24 {
25 "object": "LayoutSVGRect rect id='masker'",
26 "rect": [100, 0, 200, 300],
27 "reason": "full"
28 },
29 {
30 "object": "LayoutSVGContainer g",
31 "rect": [150, 50, 100, 100],
32 "reason": "full"
33 },
34 {
35 "object": "LayoutSVGContainer g",
36 "rect": [50, 150, 100, 100],
37 "reason": "bounds change"
38 }
39 ]
40 }
41 ]
42 }
43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698