gecko-dev/layout/reftests/css-gradients/orange-square.html

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

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

<!DOCTYPE HTML>
<title>orange square</title>
<style>
div {
width: 200px;
height: 200px;
background: orange;
}
</style>
<div></div>