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

Unified Diff: LayoutTests/fast/text/hyphenate-limit-lines.html

Issue 20526006: Remove -webkit-hyphens and -webkit-hyphenate-limit-* properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: init removal Created 7 years, 5 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/text/hyphenate-limit-lines.html
diff --git a/LayoutTests/fast/text/hyphenate-limit-lines.html b/LayoutTests/fast/text/hyphenate-limit-lines.html
deleted file mode 100644
index 9f66643703ec3d074f5e1ecab53695c5421a3b1f..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/text/hyphenate-limit-lines.html
+++ /dev/null
@@ -1,51 +0,0 @@
-<style>
- div {
- width: 200px;
- font-size: 26px;
- -webkit-hyphens: auto;
- text-align: justify;
- margin: 0 4px;
- float: left;
- border: solid thin lightblue;
- -webkit-locale: "en_US";
- }
-</style>
-<div style="-webkit-hyphenate-limit-lines: no-limit;">
- also the division of the mind into the rational, concupiscent, and
- irascible elements, or of pleasures and desires into necessary and
- unnecessary&mdash;these and other great forms of thought are all of them
- to be found in the Republic, and were probably first invented by
- Plato.
-</div>
-
-<div style="-webkit-hyphenate-limit-lines: 3;">
- also the division of the mind into the rational, concupiscent, and
- irascible elements, or of pleasures and desires into necessary and
- unnecessary&mdash;these and other great forms of thought are all of them
- to be found in the Republic, and were probably first invented by
- Plato.
-</div>
-
-<div style="-webkit-hyphenate-limit-lines: 2;">
- also the division of the mind into the rational, concupiscent, and
- irascible elements, or of pleasures and desires into necessary and
- unnecessary&mdash;these and other great forms of thought are all of them
- to be found in the Republic, and were probably first invented by
- Plato.
-</div>
-
-<div style="-webkit-hyphenate-limit-lines: 1;">
- also the division of the mind into the rational, concupiscent, and
- irascible elements, or of pleasures and desires into necessary and
- unnecessary&mdash;these and other great forms of thought are all of them
- to be found in the Republic, and were probably first invented by
- Plato.
-</div>
-
-<div style="-webkit-hyphenate-limit-lines: 0;">
- also the division of the mind into the rational, concupiscent, and
- irascible elements, or of pleasures and desires into necessary and
- unnecessary&mdash;these and other great forms of thought are all of them
- to be found in the Republic, and were probably first invented by
- Plato.
-</div>

Powered by Google App Engine
This is Rietveld 408576698