зеркало из https://github.com/mozilla/gecko-dev.git
13 строки
322 B
HTML
13 строки
322 B
HTML
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Deferred animation</title>
|
|
</head>
|
|
|
|
<body>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="200px" height="200px">
|
|
<rect width="199" height="199" fill="green"/>
|
|
</svg>
|
|
</body>
|
|
</html>
|