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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/line-break-dollar-after-minus-expected.html

Issue 2490153002: No line break when dollar sign follows minus (Closed)
Patch Set: Fix fast/text case Created 4 years, 1 month 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/line-break-dollar-after-minus-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/line-break-dollar-after-minus-expected.html b/third_party/WebKit/LayoutTests/fast/text/line-break-dollar-after-minus-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..eeef505702420b9dcd7d0ab6bdad25e4df670208
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/text/line-break-dollar-after-minus-expected.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<style>
+div {
+ width: 80px;
+}
+</style>
+<p>This test checks no line break when dollar sign follows minus.</p>
+<div>
+-$21.78
+</div>
+<div>
+-21.78
+</div>
+

Powered by Google App Engine
This is Rietveld 408576698