layout/reftests/border-image/470250-1.html

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 <!doctype html>
     2 <html><head>
     3 <title>border-image, only middle part, testcase</title>
     4 <style>
     5 div {
     6   width: 48px;
     7   height: 48px;
     8   border-width: 0;
     9   border-style: solid;
    10   border-image: url(3x3green-1DD813.png) 0 fill;
    11 }
    12 </style>
    13 </head><body>
    14 <div></div>
    15 </body></html>

mercurial