Index: LayoutTests/fast/block/lineboxcontain/inline-box-replaced.html |
diff --git a/LayoutTests/fast/block/lineboxcontain/inline-box-replaced.html b/LayoutTests/fast/block/lineboxcontain/inline-box-replaced.html |
deleted file mode 100644 |
index 619c779d33b59b23d50bfbb921ad920632e37b93..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/block/lineboxcontain/inline-box-replaced.html |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-<!doctype html> |
-<head> |
-<title>line-box-contain: inline-box replaced</title> |
-<style> |
-.test { -webkit-line-box-contain: inline-box replaced; line-box-contain: inline-box replaced; font: 64px/1em Ahem; background-color:red; width:6em; height:3em } |
-.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:64px;padding-left:5em; padding-right:1em; padding-bottom:1em"></span><br> |
-<div style="display:inline-block; width:6em;height:1em;vertical-align:bottom;background-color:green"></div></div> |