Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: (os == 'linux')
- Manifest: layout/reftests/line-breaking/reftest.list
<html>
<head>
<meta content-type="text/html" charset="utf8">
<style type="text/css"> p { margin: 5px 1em; width: 0; } </style>
</head>
<body>
<p>字‘字’字“字”字</p>
<p>字,‘字,’字,“字,”字</p>
<p>字.‘字.’字.“字.”字</p>
<p>字:‘字:’字:“字:”字</p>
<p>字;‘字;’字;“字;”字</p>
<p>字!‘字!’字!“字!”字</p>
<p>字?‘字?’字?“字?”字</p>
<p>字‘(字)’字“(字)”字</p>
<p>字(‘字’)字(“字”)字</p>
</body>
</html>