Index: LayoutTests/fast/block/lineboxcontain/font-replaced.html |
diff --git a/LayoutTests/fast/block/lineboxcontain/font-replaced.html b/LayoutTests/fast/block/lineboxcontain/font-replaced.html |
deleted file mode 100644 |
index c74d728219218250a84ca6cbcb5793d5fb79b7d8..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/block/lineboxcontain/font-replaced.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<!doctype html> |
-<head> |
-<title>line-box-contain: font replaced</title> |
-<style> |
-.test { -webkit-line-box-contain: font replaced; line-box-contain: font replaced; font: 64px/1em Ahem; background-color:red; width:6em; overflow:hidden } |
-.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><span style="background-color:green; font-size:128px; padding-left:0.5em;"></span><br> |
-<div style="display:inline-block; width:6em;height:1em;vertical-align:bottom;background-color:green"></div> |
-</div> |
- |
-<p style="-webkit-line-box-contain:font replaced;line-box-contain: font replaced; border:1px solid black">This line should look normal.</p> |