mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
44
layout/reftests/line-breaking/zwnbsp-1-ref.html
Normal file
44
layout/reftests/line-breaking/zwnbsp-1-ref.html
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<style type="text/css">
|
||||
p { margin: 5px 1em; line-height: 1.5; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div style="float:left; width: 15em;">
|
||||
<!-- U+FEFF is (deprecated) ZERO-WIDTH NO-BREAK SPACE -->
|
||||
<p>abcdefabcdef</p>
|
||||
<p>abcdef)(abcdef</p>
|
||||
<p>abcdef<br>abcdef</p>
|
||||
<p>abcdef<br>abcdef</p>
|
||||
<p>abcdefabcdef</p>
|
||||
|
||||
<p>コ<br>ミュ<br>ニ</p>
|
||||
<p>コミュニ</p>
|
||||
|
||||
<p>你<br>好<br>吗?</p>
|
||||
<p>你好<br>吗?</p>
|
||||
<p>你好吗?</p>
|
||||
</div>
|
||||
|
||||
<div style="float:left; width: 15em;">
|
||||
<!-- U+2060 is WORD JOINER -->
|
||||
<p>abcdefabcdef</p>
|
||||
<p>abcdef)(abcdef</p>
|
||||
<p>abcdef<br>abcdef</p>
|
||||
<p>abcdef<br>abcdef</p>
|
||||
<p>abcdefabcdef</p>
|
||||
|
||||
<p>コ<br>ミュ<br>ニ</p>
|
||||
<p>コ⁠ミ⁠ュ⁠ニ</p>
|
||||
|
||||
<p>你<br>好<br>吗?</p>
|
||||
<p>你好<br>吗?</p>
|
||||
<p>你好吗?</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue