mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
12 lines
274 B
HTML
12 lines
274 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Test - word-break: break-all</title>
|
|
</head>
|
|
<body>
|
|
<div>f<br/>o<br/>x<br/>f<br/>-<br/>o<br/></div><br/>
|
|
<div>fox<br/>f-o</div><br/>
|
|
</body>
|
|
</html>
|