layout/reftests/border-image/different-h-v-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/border-image/different-h-v-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +<!doctype html>
     1.5 +<html><head>
     1.6 +<style>
     1.7 +div { 
     1.8 +  margin: 27px;
     1.9 +  border-width: 1em;
    1.10 +  border-image: url("diamonds.png") 27 stretch;
    1.11 +  width: 270px;
    1.12 +  height: 135px;
    1.13 +}
    1.14 +</style>
    1.15 +<body>
    1.16 +<div></div>
    1.17 +</body></html>

mercurial