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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-auto.html

Issue 1994443002: Support Mac system hyphenation dictionary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor fix to hyphens-auto-expected.html Created 4 years, 7 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: third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-auto.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-auto.html b/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-auto.html
new file mode 100644
index 0000000000000000000000000000000000000000..b9f4216e56702b43eae2663f53efcd988a3cd3eb
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-auto.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<style>
+div {
+ border: thin solid black;
+ -webkit-hyphens: auto;
+ hyphens: auto;
+ width: 5ch;
+}
+</style>
+<div lang="en-us">a hyphenation test</div>

Powered by Google App Engine
This is Rietveld 408576698