| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-vertical-text-expected.html
|
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-vertical-text-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-vertical-text-expected.html
|
| deleted file mode 100644
|
| index 0f5022ed17c2aefa331829034c3da441b2ea3fb2..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-vertical-text-expected.html
|
| +++ /dev/null
|
| @@ -1,39 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<style>
|
| - #shape-inside-vertical-lr {
|
| - padding: 20px 35px 25px 15px;
|
| - width: 150px;
|
| - height: 175px;
|
| - -webkit-writing-mode: vertical-lr;
|
| - position: relative;
|
| - }
|
| - #shape-inside-vertical-rl {
|
| - padding: 20px 35px 25px 15px;
|
| - width: 150px;
|
| - height: 175px;
|
| - -webkit-writing-mode: vertical-rl;
|
| - position: relative;
|
| - }
|
| - #border {
|
| - position: absolute;
|
| - top: 15px;
|
| - left: 10px;
|
| - width: 160px;
|
| - height: 185px;
|
| - border: 2px solid blue;
|
| - }
|
| -</style>
|
| -</head>
|
| -<body>
|
| - <div id="shape-inside-vertical-lr">
|
| - <div id="border"></div>
|
| - This text should be contained by the blue square.
|
| - </div>
|
| - <div id="shape-inside-vertical-rl">
|
| - <div id="border"></div>
|
| - This text should be contained by the blue square.
|
| - </div>
|
| -</body>
|
| -</html>
|
|
|