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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/border-image/470250-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +<!doctype html>
     1.5 +<html><head>
     1.6 +<title>border-image, only middle part, testcase</title>
     1.7 +<style>
     1.8 +div {
     1.9 +  width: 48px;
    1.10 +  height: 48px;
    1.11 +  border-width: 0;
    1.12 +  border-style: solid;
    1.13 +  border-image: url(3x3green-1DD813.png) 0 fill;
    1.14 +}
    1.15 +</style>
    1.16 +</head><body>
    1.17 +<div></div>
    1.18 +</body></html>

mercurial