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

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

Issue 2068553002: Manually rebaseline 10 tests after 399384 (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
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/win7/svg/repaint/mask-clip-target-transform-expected.png ('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 layer at (0,0) size 800x600 1 {
2 LayoutView at (0,0) size 800x600 2 "bounds": [800, 600],
3 layer at (0,0) size 800x600 3 "children": [
4 LayoutSVGRoot {svg} at (50,50) size 200x200 4 {
5 LayoutSVGHiddenContainer {defs} at (0,0) size 0x0 5 "bounds": [800, 600],
6 LayoutSVGResourceMasker {mask} [id="mask"] [maskUnits=objectBoundingBox] [ maskContentUnits=userSpaceOnUse] 6 "contentsOpaque": true,
7 LayoutSVGEllipse {circle} at (150,50) size 100x100 [fill={[type=SOLID] [ color=#FFFFFF]}] [cx=100.00] [cy=0.00] [r=50.00] 7 "drawsContent": true,
8 LayoutSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOn Use] 8 "paintInvalidations": [
9 LayoutSVGEllipse {circle} at (50,150) size 100x100 [fill={[type=SOLID] [ color=#000000]}] [cx=0.00] [cy=100.00] [r=50.00] 9 {
10 LayoutSVGEllipse {circle} at (0,0) size 0x0 [fill={[type=SOLID] [color=# 000000]}] [cx=0.00] [cy=0.00] [r=0.00] 10 "object": "LayoutSVGRect rect id='clipper'",
11 LayoutSVGEllipse {circle} at (150,50) size 100x100 [fill={[type=SOLID] [colo r=#FF0000]}] [cx=100.00] [cy=0.00] [r=50.00] 11 "rect": [0, 100, 300, 200],
12 LayoutSVGContainer {g} at (150,50) size 100x50 12 "reason": "full"
13 [masker="mask"] LayoutSVGResourceMasker {mask} at (50,-50) size 100x70 13 },
14 LayoutSVGRect {rect} at (0,0) size 300x100 [fill={[type=SOLID] [color=#008 000]}] [x=-200.00] [y=-200.00] [width=400.00] [height=200.00] 14 {
15 LayoutSVGEllipse {circle} at (50,150) size 100x100 [fill={[type=SOLID] [colo r=#FF0000]}] [cx=0.00] [cy=100.00] [r=50.00] 15 "object": "LayoutSVGRect rect id='masker'",
16 LayoutSVGContainer {g} at (100,150) size 50x100 16 "rect": [0, 0, 300, 100],
17 [clipPath="clip"] LayoutSVGResourceClipper {clipPath} at (-50,50) size 100 x100 17 "reason": "full"
18 LayoutSVGRect {rect} at (100,0) size 200x300 [fill={[type=SOLID] [color=#0 08000]}] [x=0.00] [y=-200.00] [width=200.00] [height=400.00] 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
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/win7/svg/repaint/mask-clip-target-transform-expected.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698