Index: LayoutTests/fast/block/lineboxcontain/glyphs-clipping.html |
diff --git a/LayoutTests/fast/block/lineboxcontain/glyphs-clipping.html b/LayoutTests/fast/block/lineboxcontain/glyphs-clipping.html |
deleted file mode 100644 |
index 98abe379d31a948c911aedaefb472bf8bcc69f57..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/block/lineboxcontain/glyphs-clipping.html |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-<!DOCTYPE html> |
-<style> |
-#tests p { -webkit-line-box-contain: glyphs; line-box-contain: glyphs; overflow: hidden; } |
-</style> |
- |
-<p>None of these should have clipped text.</p> |
- |
-<!-- |
- Ideally, this would be a ref test, but some clipping remains. |
---> |
-<div id="tests"> |
- <p style="font-size: 12px">Lorem ipsum dolor sit amet.</p> |
- <p style="font-size: 13px">Lorem ipsum dolor sit amet.</p> |
- <p style="font-size: 14px">Lorem ipsum dolor sit amet.</p> |
- <p style="font-size: 15px">Lorem ipsum dolor sit amet.</p> |
- <p style="font-size: 16px">Lorem ipsum dolor sit amet.</p> |
- <p style="font-size: 17px">Lorem ipsum dolor sit amet.</p> |
- |
- <!-- É is particularly tall. --> |
- <p style="font-size: 12px">États-Unis.</p> |
- <p style="font-size: 13px">États-Unis.</p> |
- <p style="font-size: 14px">États-Unis.</p> |
- <p style="font-size: 15px">États-Unis.</p> |
- <p style="font-size: 16px">États-Unis.</p> |
- <p style="font-size: 17px">États-Unis.</p> |
-</div> |