layout/reftests/border-image/solid-image-2a.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

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-width: 10px;
michael@0 11 border-style: solid;
michael@0 12 border-image: url('3x3green-1DD813.png') 1 1 1 1 repeat;
michael@0 13 -khtml-border-image: url('3x3green-1DD813.png') 1 1 1 1 repeat;
michael@0 14 border-image: url('3x3green-1DD813.png') 1 1 1 1 repeat;
michael@0 15 margin: 1px;
michael@0 16 }
michael@0 17
michael@0 18 </style>
michael@0 19 </head>
michael@0 20 <body>
michael@0 21 <div style="width: 50px; height: 5px"></div>
michael@0 22 <div style="width: 51px; height: 5px"></div>
michael@0 23 <div style="width: 52px; height: 5px"></div>
michael@0 24 <div style="width: 53px; height: 5px"></div>
michael@0 25 <div style="width: 54px; height: 5px"></div>
michael@0 26 <div style="width: 55px; height: 5px"></div>
michael@0 27 <div style="width: 56px; height: 5px"></div>
michael@0 28 <div style="width: 57px; height: 5px"></div>
michael@0 29 <div style="width: 58px; height: 5px"></div>
michael@0 30 <div style="width: 59px; height: 5px"></div>
michael@0 31 <div style="width: 550px; height: 5px"></div>
michael@0 32 <div style="width: 551px; height: 5px"></div>
michael@0 33 <div style="width: 552px; height: 5px"></div>
michael@0 34 <div style="width: 553px; height: 5px"></div>
michael@0 35 <div style="width: 554px; height: 5px"></div>
michael@0 36 <div style="width: 555px; height: 5px"></div>
michael@0 37 <div style="width: 556px; height: 5px"></div>
michael@0 38 <div style="width: 557px; height: 5px"></div>
michael@0 39 <div style="width: 558px; height: 5px"></div>
michael@0 40 <div style="width: 559px; height: 5px"></div>
michael@0 41 </body>
michael@0 42 </html>

mercurial