mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
287bf75e80
--HG-- extra : rebase_source : 9b018973a13a50f7616cac2a369bc3a61ccd5927
13 lines
423 B
HTML
13 lines
423 B
HTML
<!--
|
|
Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/licenses/publicdomain/
|
|
Test that diagonal repeating SVG gradients as -moz-element render the same as
|
|
CSS gradients.
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<body style="margin:0">
|
|
<div style="width:300px; height:300px; background-image:-moz-linear-gradient(-45deg, lime, black); background-size: 100px 100px;"></div>
|
|
</body>
|
|
</html>
|