mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
11 lines
260 B
HTML
11 lines
260 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- check that -moz-hyphens:none prevents break at ­ -->
|
|
<body lang="en-us">
|
|
<div style="width: 5em; -moz-hyphens: none;">
|
|
su­per­cal­ifrag­ilis­tic­ex­pi­ali­do­cious
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|