mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
2cc0239904
with testcase and crashtests p=smontagu r/sr=roc
8 lines
234 B
HTML
8 lines
234 B
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<title>Hang with zero width and word-wrap</title>
|
|
</head><body>
|
|
<div style="width: 0px; word-wrap: break-word;">abc</div>
|
|
</body></html>
|