| Index: LayoutTests/fast/borders/border-fit-2.html
|
| diff --git a/LayoutTests/fast/borders/border-fit-2.html b/LayoutTests/fast/borders/border-fit-2.html
|
| deleted file mode 100644
|
| index 38882af327a76f105230b562dec64dab663d70fc..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/borders/border-fit-2.html
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<html>
|
| -<head>
|
| - <style>
|
| - div.test {
|
| - border-width: 21px 30px 30px 21px;
|
| - -webkit-border-fit: lines;
|
| - -webkit-border-image: url("resources/border-image.png") 21 30 30 21;
|
| - }
|
| - </style>
|
| -</head>
|
| -<body>
|
| - <div class="test"><div style="display:inline-block; margin-left:-20px;"></div></div>
|
| - <div class="test" style="text-align:right;"><div style="display:inline-block; margin-right:-20px;"></div></div>
|
| -</body>
|
| -</html>
|
|
|