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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 div {
4 width: 80px;
5 }
6 </style>
7 <p>This test checks no line break when dollar sign follows minus.</p>
8 <div>
9 -$21.78
10 </div>
11 <div>
12 -21.78
13 </div>
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698