summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1179078-1.html
blob: fbda9a3705424c5419ce009264b57c85d10b4fd8 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<style>
p {
  border: 2px solid transparent;
  border-image: linear-gradient(to right, orange, blue) 1 1;
  border-image: linear-gradient(to right, garbage) 1 1;
}
</style>
<p>This paragraph must have an orange/blue gradient border.</p>