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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-orphaned-word-expected.html

Issue 2557643002: Apply hyphenation when there is only one word in a paragraph (Closed)
Patch Set: Add a static helper function Created 4 years 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-orphaned-word-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-orphaned-word-expected.html b/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-orphaned-word-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..d0205a666c026dfa348172f90284996890927f87
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-orphaned-word-expected.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<style>
+div > div {
+ border: thin solid black;
+ font-family: 'Courier New';
+}
+</style>
+<div lang="en-us">
+ <p>Do not hyphenate the last word in a paragraph.
+ <div style="width: 15ch">This is<br>hyphenation</div>
+ <div style="width: 15ch">This is<br>hyphenation</div>
+
+ <p>Do hyphenate single word.
+ <div style="width: 8ch">hyphen-<br>ation</div>
+ <div style="width: 8ch">hyphen-<br>ation</div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698