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