Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/text/line-break-dollar-after-minus.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/text/line-break-dollar-after-minus.html b/third_party/WebKit/LayoutTests/fast/text/line-break-dollar-after-minus.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..44c52fe252552df47fd7e361d30254d331c5aa8c |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/text/line-break-dollar-after-minus.html |
| @@ -0,0 +1,14 @@ |
| +<!DOCTYPE html> |
| +<style> |
| +div { |
| + width: 20px; |
| +} |
| +</style> |
| +<p>This test checks no line break when dollar sign follows minus.</p> |
| +<div> |
| +-$21.78 |
| +</div> |
| +<div> |
| +-21.78 |
| +</div> |
| + |