mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-25 21:29:53 +00:00
14 lines
365 B
HTML
14 lines
365 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
<style type="text/css">
|
||
|
</style>
|
||
|
<title>Test - word-break: break-all with Hangul syllables</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div>애<br/>기<br/>판<br/>다</div><br/>
|
||
|
<div>애기판다</div><br/>
|
||
|
</body>
|
||
|
</html>
|