blob: d52a0f12cea5a711baea5e9990362efc5a71e598 [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 4 green rectangles and no red.</p>
<p>This test references an external SVG without specifying a fragment id.</p>
<svg width="300px" height="400px">
<rect x="5px" y="45px" width="140px" height="140px" fill="green"/>
<rect x="155px" y="45px" width="140px" height="140px" fill="green"/>
<rect x="155px" y="215px" width="140px" height="140px" fill="green"/>
<rect x="5px" y="215px" width="140px" height="140px" fill="green"/>
</svg>
</body>
</html>