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
23
layout/reftests/text/osx-font-smoothing-2-notref.html
Normal file
23
layout/reftests/text/osx-font-smoothing-2-notref.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE HTML>
|
||||
<!-- testcase for https://bugzilla.mozilla.org/show_bug.cgi?id=900975 -->
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
p {
|
||||
margin: 20px;
|
||||
font-family: Arial, sans-serif;
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
.smoothing-gray {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.smoothing-auto {
|
||||
-moz-osx-font-smoothing: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body lang="en">
|
||||
<p class="smoothing-auto"><span>foo</span> <span>bar</span></p>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue