mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37: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
32
layout/reftests/font-face/load-badchecksum.html
Normal file
32
layout/reftests/font-face/load-badchecksum.html
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Checksums for downloadable fonts</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
|
||||
<style type="text/css">
|
||||
body { margin: 50px; font-size: 24px; }
|
||||
|
||||
@font-face {
|
||||
font-family: VeraBadChecksum;
|
||||
src: url(../fonts/VeraBd.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: VeraGoodChecksum;
|
||||
src: url(../fonts/VeraBd-validchecksum.ttf);
|
||||
}
|
||||
|
||||
.verabad { font-family: VeraBadChecksum, Futura, sans-serif; }
|
||||
.veragood { font-family: VeraGoodChecksum, Futura, sans-serif; }
|
||||
|
||||
</style>
|
||||
|
||||
<script type="text/javascript">
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<p class="verabad">Fonts load with or without correct head table checksums</p>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue