layout/reftests/border-image/center-scaling-2.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     1 <!doctype html>
     2 <style>
     3 div {
     4   border-width: 27px 54px;
     5   border-style: solid;
     6   border-image: url("reticule.png") 27 fill round;
     7   width: 216px;
     8   height: 108px;
     9 }
    10 </style>
    11 <div></div>

mercurial