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