| Index: LayoutTests/fast/block/lineboxcontain/block-replaced.html
|
| diff --git a/LayoutTests/fast/block/lineboxcontain/block-replaced.html b/LayoutTests/fast/block/lineboxcontain/block-replaced.html
|
| deleted file mode 100644
|
| index 6adcfb6210efbbc52a44c1d49a6f3e2f5a7a8e34..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/block/lineboxcontain/block-replaced.html
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<!doctype html>
|
| -<head>
|
| -<title>line-box-contain: block replaced</title>
|
| -<style>
|
| -.test { -webkit-line-box-contain: block replaced; line-box-contain: block replaced; font: 64px/1em Ahem; background-color:red; width:5em}
|
| -.goodline { color: green; line-height:12 }
|
| -</style>
|
| -</head>
|
| -<body>
|
| -You should see a green rectangle below. If you see any red, the test has failed.
|
| -
|
| -<div class="test">
|
| -<span class="goodline">xxxxx</span><br>
|
| -<div style="display:inline-block; width:5em;height:2em;vertical-align:bottom;background-color:green"></div>
|
| -</div>
|
|
|