| Index: LayoutTests/fast/borders/border-fit-empty.html
|
| diff --git a/LayoutTests/fast/borders/border-fit-empty.html b/LayoutTests/fast/borders/border-fit-empty.html
|
| deleted file mode 100644
|
| index 8a18202e06573190aedd284db3d96eac7864da3a..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/borders/border-fit-empty.html
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -<!DOCTYPE HTML>
|
| -<style>
|
| -.item {
|
| - -webkit-border-fit: lines;
|
| - border: 2px solid black;
|
| -}
|
| -</style>
|
| -<script src="../../resources/check-layout.js"></script>
|
| -<div class="item" data-expected-height=4 data-expected-width=4></div>
|
| -<script>
|
| -checkLayout('.item');
|
| -</script>
|
|
|