mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27: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
30
layout/reftests/text/subpixel-glyphs-y-1a.html
Normal file
30
layout/reftests/text/subpixel-glyphs-y-1a.html
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta http-equiv="Content-Style-Type" content="text/css">
|
||||
<style type="text/css">
|
||||
body {
|
||||
text-rendering: optimizeLegibility;
|
||||
font-size: 14.5px;
|
||||
}
|
||||
div, span {
|
||||
border: none;
|
||||
padding: 0px;
|
||||
}
|
||||
span {
|
||||
/* Offset the baseline by an integer number of pixels */
|
||||
display: inline-block;
|
||||
vertical-align: baseline;
|
||||
height: 30px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="position:fixed; left:10px; top:9.6px; font-family: sans-serif">
|
||||
ḝ<span></span>
|
||||
</div>
|
||||
<div style="position:fixed; left:100px; top:9.6px; font-family: serif">
|
||||
ḝ<span></span>
|
||||
</div>
|
||||
</body>
|
||||
Loading…
Add table
Add a link
Reference in a new issue