mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +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
50
layout/reftests/text/word-spacing-01-ref.html
Normal file
50
layout/reftests/text/word-spacing-01-ref.html
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
span { display:inline-block; width:10em; }
|
||||
</style>
|
||||
</head>
|
||||
<body style="width: 433px; height: 590px;">
|
||||
|
||||
<table border="1">
|
||||
<tr><td>space <span></span>.</td>
|
||||
<tr><td>nonbreaking-space <span></span>.</td>
|
||||
<tr><td>ideographic-space .</td>
|
||||
<tr><td>newline
|
||||
<span></span>.</td>
|
||||
<tr><td>tab	<span></span>.</td>
|
||||
<tr><td>form-feed.</td>
|
||||
</table>
|
||||
|
||||
<table border="1" style="white-space:pre">
|
||||
<tr><td>space <span></span>.</td>
|
||||
<tr><td>nonbreaking-space <span></span>.</td>
|
||||
<tr><td>ideographic-space .</td>
|
||||
<tr><td>newline
|
||||
.</td>
|
||||
<tr><td>tab	.</td>
|
||||
<tr><td>form-feed.</td>
|
||||
</table>
|
||||
|
||||
<table border="1" style="white-space:nowrap">
|
||||
<tr><td>space <span></span>.</td>
|
||||
<tr><td>nonbreaking-space <span></span>.</td>
|
||||
<tr><td>ideographic-space .</td>
|
||||
<tr><td>newline <span></span>.</td>
|
||||
<tr><td>tab	<span></span>.</td>
|
||||
<tr><td>form-feed.</td>
|
||||
</table>
|
||||
|
||||
<table border="1" style="white-space:pre-wrap">
|
||||
<tr><td>space <span></span>.</td>
|
||||
<tr><td>nonbreaking-space <span></span>.</td>
|
||||
<tr><td>ideographic-space .</td>
|
||||
<tr><td>newline
|
||||
.</td>
|
||||
<tr><td>tab	.</td>
|
||||
<tr><td>form-feed.</td>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue