Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/writing-mode/border-image-horizontal-bt.html | 
| diff --git a/third_party/WebKit/LayoutTests/fast/writing-mode/border-image-horizontal-bt.html b/third_party/WebKit/LayoutTests/fast/writing-mode/border-image-horizontal-bt.html | 
| deleted file mode 100644 | 
| index ac2612280be6b4cb3860cb99e7c048721b3f6a18..0000000000000000000000000000000000000000 | 
| --- a/third_party/WebKit/LayoutTests/fast/writing-mode/border-image-horizontal-bt.html | 
| +++ /dev/null | 
| @@ -1,13 +0,0 @@ | 
| -<!doctype html> | 
| -<head> | 
| -<style> | 
| -span { | 
| - border-width: 21px 30px 30px 21px; | 
| - font-size:86px; | 
| - margin: 30px; | 
| - -webkit-border-image: url("../borders/resources/border-image.png") 21 30 30 21 repeat repeat; | 
| -} | 
| -</style> | 
| -</head> | 
| -<body style="padding:50px; line-height:2; -webkit-writing-mode: horizontal-bt"> | 
| -<span><div style="display:inline-block;width:25px"></div><br><div style="display:inline-block;width:50px"></div></span> |