layout/reftests/border-image/solid-image-2-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 lang="en-US">
michael@0 3 <head>
michael@0 4 <title>test of border-image</title>
michael@0 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
michael@0 6 <meta http-equiv="Content-Style-Type" content="text/css">
michael@0 7 <style type="text/css">
michael@0 8
michael@0 9 div {
michael@0 10 border: 10px solid #1DD813;
michael@0 11 margin: 1px;
michael@0 12 }
michael@0 13
michael@0 14 </style>
michael@0 15 </head>
michael@0 16 <body>
michael@0 17 <div style="width: 50px; height: 5px"></div>
michael@0 18 <div style="width: 51px; height: 5px"></div>
michael@0 19 <div style="width: 52px; height: 5px"></div>
michael@0 20 <div style="width: 53px; height: 5px"></div>
michael@0 21 <div style="width: 54px; height: 5px"></div>
michael@0 22 <div style="width: 55px; height: 5px"></div>
michael@0 23 <div style="width: 56px; height: 5px"></div>
michael@0 24 <div style="width: 57px; height: 5px"></div>
michael@0 25 <div style="width: 58px; height: 5px"></div>
michael@0 26 <div style="width: 59px; height: 5px"></div>
michael@0 27 <div style="width: 550px; height: 5px"></div>
michael@0 28 <div style="width: 551px; height: 5px"></div>
michael@0 29 <div style="width: 552px; height: 5px"></div>
michael@0 30 <div style="width: 553px; height: 5px"></div>
michael@0 31 <div style="width: 554px; height: 5px"></div>
michael@0 32 <div style="width: 555px; height: 5px"></div>
michael@0 33 <div style="width: 556px; height: 5px"></div>
michael@0 34 <div style="width: 557px; height: 5px"></div>
michael@0 35 <div style="width: 558px; height: 5px"></div>
michael@0 36 <div style="width: 559px; height: 5px"></div>
michael@0 37 </body>
michael@0 38 </html>

mercurial