mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57: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
33
layout/reftests/font-features/spacelookups-ref.html
Normal file
33
layout/reftests/font-features/spacelookups-ref.html
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>contextual substitutions for fonts with spaces in lookups</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="author" title="John Daggett" href="mailto:jdaggett@mozilla.com"/>
|
||||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: spacelookup-defscr-deflang-deffeat;
|
||||
src: url(../fonts/spacelookups/spacelookup-defscr-deflang-deffeat.ttf);
|
||||
}
|
||||
body {
|
||||
margin: 20px 40px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
div { font-size: 400%; }
|
||||
|
||||
.spacelookup-defscr-deflang-deffeat { font-family: spacelookup-defscr-deflang-deffeat; }
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="spacelookup-defscr-deflang-deffeat">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue