Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: LayoutTests/fast/block/lineboxcontain/glyphs-clipping.html

Issue 1328673003: Remove -webkit-line-box-contain implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix up a few more tests. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
-
- <!-- &Eacute; is particularly tall. -->
- <p style="font-size: 12px">&Eacute;tats-Unis.</p>
- <p style="font-size: 13px">&Eacute;tats-Unis.</p>
- <p style="font-size: 14px">&Eacute;tats-Unis.</p>
- <p style="font-size: 15px">&Eacute;tats-Unis.</p>
- <p style="font-size: 16px">&Eacute;tats-Unis.</p>
- <p style="font-size: 17px">&Eacute;tats-Unis.</p>
-</div>
« no previous file with comments | « LayoutTests/fast/block/lineboxcontain/glyphs.html ('k') | LayoutTests/fast/block/lineboxcontain/inline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698