gecko-dev/layout/reftests/transform/scale-percent-1-ref.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 строки
191 B
HTML
Исходник Обычный вид История

<html>
<head>
<style>
body { margin: 0px; }
div {
background: green;
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>