layout/reftests/border-image/side-scaling-1h-ref.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.

michael@0 1 <!doctype html>
michael@0 2 <html><head>
michael@0 3 <title>border-image: repeat with zero-height top and bottom</title>
michael@0 4 <style>
michael@0 5 span {
michael@0 6 display: inline-block;
michael@0 7 margin: 10px;
michael@0 8 box-sizing: border-box;
michael@0 9 height: 24px;
michael@0 10 border-style: solid;
michael@0 11 border-color: transparent;
michael@0 12 border-width: 0 6px;
michael@0 13 border-image: url("roundrectbutton.png") 0 6 repeat stretch;
michael@0 14 }
michael@0 15 </style>
michael@0 16 </head><body>
michael@0 17 <p>
michael@0 18 <span style="width:12px"></span>
michael@0 19 <span style="width:13px"></span>
michael@0 20 <span style="width:14px"></span>
michael@0 21 <span style="width:16px"></span>
michael@0 22 <span style="width:18px"></span>
michael@0 23 <span style="width:20px"></span>
michael@0 24 <span style="width:25px"></span>
michael@0 25 <span style="width:30px"></span>
michael@0 26 <span style="width:40px"></span>
michael@0 27 </p>
michael@0 28 </body></html>

mercurial