gecko-dev/layout/reftests/css-gradients/linear-rotated-1-ref.html

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

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

<!DOCTYPE HTML>
<html>
<body>
<div style="width:100px; height:100px; background:linear-gradient(to left, red, green);"></div>
<div style="width:100px; height:100px; background:linear-gradient(to right, red, green);"></div>
</body>
</html>