blob: 5a170cd4739190a5c6db78967e3b11f9c25b7128 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
p {
margin: 0px;
}
</style>
</head>
<body>
<p><a href="https://bugs.webkit.org/show_bug.cgi?id=129682">Bug 129682</a> - On success, you should see a green inverted-L shape and no red.</p>
<p>This test references a &lt;mask&gt; element from an external SVG</p>
<svg width="300px" height="400px">
<path fill="green" d="M80,20 L280,20 L280,380 L240,380 L240,60 L80,60 L80,20"/>
</svg>
</body>
</html>