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
|
|
@ -0,0 +1,43 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ja">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: mplus;
|
||||
src: url(../fonts/mplus/mplus-1p-regular.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: dejavu;
|
||||
src: url(../fonts/DejaVuSansMono.woff);
|
||||
}
|
||||
.test {
|
||||
margin:10px;
|
||||
border:1px solid blue;
|
||||
font-size: 16px;
|
||||
word-break:break-all;
|
||||
text-orientation:upright;
|
||||
width:7.9em;
|
||||
height:7.9em;
|
||||
}
|
||||
|
||||
.h { writing-mode:horizontal-tb; font-family: mplus; text-transform:full-width; }
|
||||
.v-lr { writing-mode:vertical-lr; font-family: dejavu; }
|
||||
.v-rl { writing-mode:vertical-rl; font-family: dejavu; }
|
||||
|
||||
.bgtest {
|
||||
background: url(blue-32x32.png) no-repeat;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="test h">ABCDE<b class="bgtest">FG</b><b>HIJKLMNOPQRST</b>UVWXYZ</div>
|
||||
|
||||
<div class="test v-lr">ABCDE<b class="bgtest">FG</b><b>HIJKLMNOPQRST</b>UVWXYZ</div>
|
||||
|
||||
<div class="test v-rl">ABCDE<b class="bgtest">FG</b><b>HIJKLMNOPQRST</b>UVWXYZ</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue