mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +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
11
layout/reftests/font-loading-api/src-list-2.html
Normal file
11
layout/reftests/font-loading-api/src-list-2.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- modeled on ../font-face/src-list-2.html -->
|
||||
<html class="reftest-wait">
|
||||
<style>
|
||||
body { font-family: "One"; }
|
||||
</style>
|
||||
<script>
|
||||
document.fonts.add(new FontFace("One", "url(../fonts/markA.ttf), url(../fonts/markB.ttf)"));
|
||||
document.fonts.ready.then(function() { document.documentElement.className = ""; });
|
||||
</script>
|
||||
<p>ABC</p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue