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

Unified Diff: LayoutTests/fast/flexbox/line-clamp-removed-dynamically-expected.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/flexbox/line-clamp-removed-dynamically-expected.html
diff --git a/LayoutTests/fast/flexbox/line-clamp-removed-dynamically-expected.html b/LayoutTests/fast/flexbox/line-clamp-removed-dynamically-expected.html
deleted file mode 100644
index 6b9c857073b67f5c495741891f064bf5281d28e0..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/flexbox/line-clamp-removed-dynamically-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<div id="target" style="
- display: -webkit-box;
- -webkit-box-orient: vertical;
- overflow: hidden;
- width: 100px;
-">
- <div>
- Unless this sentence is truncated after two lines, PASS.
- </div>
-</div>
« no previous file with comments | « LayoutTests/fast/flexbox/line-clamp-removed-dynamically.html ('k') | LayoutTests/fast/overflow/line-clamp.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698