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

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

Issue 2548333004: Fix not to double count the widths of hyphens (Closed)
Patch Set: 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-align-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-align-expected.html b/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-align-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..e8d613a1469cbc64dac02ec7274e10cab1f33863
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-align-expected.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<style>
+div {
+ width: 15ch;
+ border: 2px solid blue;
+}
+</style>
+<div style="text-align: justify">
+ <div>This is hyphen&shy;ation enabled paragraph.</div>
+ <div>This is hyphen&shy;ation enabled paragraph.</div>
+</div>
+<div style="text-align: right">
+ <div>This is hyphen&shy;ation enabled paragraph.</div>
+ <div>This is hyphen&shy;ation enabled paragraph.</div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698