blob: eeef505702420b9dcd7d0ab6bdad25e4df670208 [file] [log] [blame]
<!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>