Index: LayoutTests/fast/block/lineboxcontain/none.html |
diff --git a/LayoutTests/fast/block/lineboxcontain/none.html b/LayoutTests/fast/block/lineboxcontain/none.html |
deleted file mode 100644 |
index e62b068a3444881616205f023f6f5442c58af690..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/block/lineboxcontain/none.html |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-<!doctype html> |
-<head> |
-<title>line-box-contain: none</title> |
-<style> |
-.test { -webkit-line-box-contain: none; line-box-contain: none; font: 64px/1em Ahem; background-color:red; margin-top:1em } |
-.badline { color:red } |
-.goodline { color: green } |
-</style> |
-</head> |
-<body> |
-You should see a green line below. If you see any red, the test has failed. |
- |
-<div class="test"> |
-<span class="badline">xxxxx</span><br> |
-<span class="badline">xxxxx</span><br> |
-<span class="badline">xxxxx</span><br> |
-<span class="badline">xxxxx</span><br> |
-<span class="goodline">xxxxx</span> |
-</div> |