зеркало из https://github.com/mozilla/gecko-dev.git
23 строки
369 B
HTML
23 строки
369 B
HTML
<!DOCTYPE html>
|
|
<html reftest-zoom="2.0">
|
|
<head>
|
|
<style>
|
|
div {
|
|
background-color: yellow;
|
|
background-image: url("white-rect-with-viewbox.svg");
|
|
width: 6px;
|
|
height: 30px;
|
|
}
|
|
body {
|
|
background-color: black;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
border: 0px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div></div>
|
|
</body>
|
|
</html>
|