mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +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
21
layout/reftests/text/1170688-ref.html
Normal file
21
layout/reftests/text/1170688-ref.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: local-gentium;
|
||||
src: url(../fonts/sil/GenR102.ttf);
|
||||
}
|
||||
p {
|
||||
font: 300% local-gentium, serif;
|
||||
font-weight: bold;
|
||||
color: rgb(100,255,100);
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test</p>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue