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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/soft-hyphen-overflow-expected.html

Issue 2167093002: Soft hyphens with long suffix may add unnecessary hyphens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Stabilize test Created 4 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: third_party/WebKit/LayoutTests/fast/text/soft-hyphen-overflow-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/soft-hyphen-overflow-expected.html b/third_party/WebKit/LayoutTests/fast/text/soft-hyphen-overflow-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..7c914de4d493e8fd0df7539923afb429c15b1775
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/text/soft-hyphen-overflow-expected.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<style>
+div {
+ width: 10ch;
+ border: solid;
+}
+</style>
+<p>H should be followed by a hyphen, and x should not.</p>
+<div>xxxxxxxxxxxxxxxH-<br>xxxx</div>
+<div>xxxxxH-<br>xxxxxxxxxxxxxxxH-<br>xxxx</div>
+<div>xxxxxH-<br>xxxxxH-<br>xxxxxxx</div>
+<div>xxxxxH-<br>xxxxxxxxxxxxxxxx</div>
+<div>xxxxxH-<br>xxxxxxxxxxxxxxxx xxxxxxx</div>

Powered by Google App Engine
This is Rietveld 408576698