mirror of
https://github.com/servo/servo.git
synced 2025-10-17 00:39:15 +01:00
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
32 lines
No EOL
1.2 KiB
HTML
32 lines
No EOL
1.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
|
|
<title>WOFF Test: Font access</title>
|
|
<link rel="author" title="Chris Lilley" href="http://www.w3.org/People">
|
|
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#General">
|
|
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-css3font-available">
|
|
<meta name="flags" content="font">
|
|
<meta name="assert" content="Linked fonts are only available to the documents that reference them">
|
|
<style type="text/css">
|
|
body {
|
|
font-size: 20px;
|
|
}
|
|
pre {
|
|
font-size: 12px;
|
|
}
|
|
iframe {
|
|
width: 24em;
|
|
height: 300px;
|
|
border: thin solid green
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p><a href="support/FontsToInstall">Test fonts</a> must be installed for this test. The WOFF being tested will be loaded over the network so please wait until the download is complete before determing the success of this test.</p>
|
|
<p>Test passes if the word PASS appears <em>twice</em> below.</p>
|
|
<iframe src="support/available-001a.xht"></iframe>
|
|
<iframe src="support/available-001b.xht"></iframe>
|
|
|
|
</body>
|
|
</html> |