Sign in
webkit
/
WebKit
/
2460f0f427f628fc375ef165c5dc0d6e83a008e8
/
.
/
LayoutTests
/
fast
/
text
/
line-break-hyphen-comma-expected.html
blob: 3a73b8c7c91501f6401b282b90b7914134aaf006 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that there is no line break allowed between a hyphen and a comma. The test passes if there is no line break below.
<div
style
=
"
font
:
100px
monospace
;
"
>
-,
</div>
</body>
</html>