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

Unified Diff: LayoutTests/fast/overflow/line-clamp-and-columns.html

Issue 26588002: Remove support for -webkit-line-clamp Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Base files missing... Created 7 years, 2 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/overflow/line-clamp-and-columns.html
diff --git a/LayoutTests/fast/overflow/line-clamp-and-columns.html b/LayoutTests/fast/overflow/line-clamp-and-columns.html
deleted file mode 100644
index e00bf67ebb6ac4cb79d84d08dbb16710a6002998..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/overflow/line-clamp-and-columns.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<div id=flexbox style="-webkit-box-orient: vertical; -webkit-line-clamp: 1; display: -webkit-box; background-color: salmon; overflow:hidden">
- <span>AAA </span><a href=#>X</a>
-</div>
-<script>
-document.body.offsetTop;
-// If the page doesn't crash under AddressSanitizer, then the test passes.
-if (window.testRunner)
- testRunner.dumpAsText();
-</script>
-<style>
-body {
- -webkit-column-width: 50px;
- -webkit-column-count: 12;
-}
-</style>
« no previous file with comments | « LayoutTests/fast/overflow/line-clamp.html ('k') | LayoutTests/fast/overflow/line-clamp-and-columns-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698