зеркало из https://github.com/mozilla/gecko-dev.git
12 строки
444 B
HTML
12 строки
444 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Testcases for SVG fragment identifiers</title>
|
|
</head>
|
|
<body style="background-color: lime;">
|
|
<div>
|
|
<object type="image/svg+xml" width="100" height="100" data="fragmentIdentifier-rect-01.svg#limeView" />
|
|
<object type="image/svg+xml" width="100" height="100" data="fragmentIdentifier-rect-01.svg#svgView(viewBox(0,200,100,100))" />
|
|
</div>
|
|
</body>
|
|
</html>
|