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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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;
michael@0 13 -khtml-border-image: url('3x3green-1DD813.png') 1 1 1 1;
michael@0 14 border-image: url('3x3green-1DD813.png') 1 1 1 1;
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