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

Unified Diff: LayoutTests/fast/text/hyphenate-first-word-after-skipped-space-expected.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-first-word-after-skipped-space-expected.html
diff --git a/LayoutTests/fast/text/hyphenate-first-word-after-skipped-space-expected.html b/LayoutTests/fast/text/hyphenate-first-word-after-skipped-space-expected.html
deleted file mode 100644
index 3c33a51a8f31f4fb28f6ec254ed0b5325c2dd2af..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/text/hyphenate-first-word-after-skipped-space-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<style>
- div {
- -webkit-locale: "en_US";
- -webkit-hyphens: auto;
- -webkit-hyphenate-limit-before: 2;
- width: 40px;
- border: solid;
- margin: 8px;
- }
-</style>
-<div>Undone.</div>
-<div>Undone.</div>
-<div>Simply <!-- -->undone.</div>
-<div>I undid it.</div>

Powered by Google App Engine
This is Rietveld 408576698