зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1463784 [wpt PR 8494] - Add @font-face rules to load TrueType and OpenType test fonts., a=testonly
Automatic update from web-platform-testsMerge pull request #8494 from w3c/woff2-fonts-to-install-as-web-fonts Add @font-face rules to load TrueType and OpenType test fonts. -- wpt-commits: 31c2aeb1e71c5490f8fd304d731c18848065ad24 wpt-pr: 8494 --HG-- rename : testing/web-platform/tests/css/WOFF2/support/FontsToInstall/SFNT-CFF-Fallback.otf => testing/web-platform/tests/css/WOFF2/support/SFNT-CFF-Fallback.otf rename : testing/web-platform/tests/css/WOFF2/support/FontsToInstall/SFNT-CFF-Reference.otf => testing/web-platform/tests/css/WOFF2/support/SFNT-CFF-Reference.otf rename : testing/web-platform/tests/css/WOFF2/support/FontsToInstall/SFNT-TTF-Fallback.ttf => testing/web-platform/tests/css/WOFF2/support/SFNT-TTF-Fallback.ttf rename : testing/web-platform/tests/css/WOFF2/support/FontsToInstall/SFNT-TTF-Reference.ttf => testing/web-platform/tests/css/WOFF2/support/SFNT-TTF-Reference.ttf
This commit is contained in:
Родитель
da00172690
Коммит
e59cb06fcd
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -6,7 +6,6 @@
|
|||
<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"><![CDATA[
|
||||
body {
|
||||
|
@ -23,7 +22,6 @@
|
|||
]]></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 src="support/available-001b.xht" />
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Khaled Hosny" href="http://khaledhosny.org" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="There are four null bytes between the header and the table directory." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Khaled Hosny" href="http://khaledhosny.org" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="blocks-extraneous-data-001-ref.xht" />
|
||||
<meta name="assert" content="There are four null bytes between the header and the table directory." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/blocks-extraneous-data-001.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">F</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="There are four null bytes between the table directory and the table data." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="blocks-extraneous-data-002-ref.xht" />
|
||||
<meta name="assert" content="There are four null bytes between the table directory and the table data." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/blocks-extraneous-data-002.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">F</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="There are four null bytes after the table data block and there is no metadata or private data." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="blocks-extraneous-data-003-ref.xht" />
|
||||
<meta name="assert" content="There are four null bytes after the table data block and there is no metadata or private data." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/blocks-extraneous-data-003.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">F</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="There are four null bytes between the table data and the metadata." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="blocks-extraneous-data-004-ref.xht" />
|
||||
<meta name="assert" content="There are four null bytes between the table data and the metadata." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/blocks-extraneous-data-004.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">F</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="There are four null bytes between the table data and the private data." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="blocks-extraneous-data-005-ref.xht" />
|
||||
<meta name="assert" content="There are four null bytes between the table data and the private data." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/blocks-extraneous-data-005.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">F</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="There are four null bytes between the metadata and the private data." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="blocks-extraneous-data-006-ref.xht" />
|
||||
<meta name="assert" content="There are four null bytes between the metadata and the private data." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/blocks-extraneous-data-006.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">F</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="There are four null bytes after the metadata and there is no private data." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="blocks-extraneous-data-007-ref.xht" />
|
||||
<meta name="assert" content="There are four null bytes after the metadata and there is no private data." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/blocks-extraneous-data-007.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">F</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="There are four null bytes after the private data." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-extraneous-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="blocks-extraneous-data-008-ref.xht" />
|
||||
<meta name="assert" content="There are four null bytes after the private data." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/blocks-extraneous-data-008.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">F</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-overlap-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The metadata offset is four bytes before the end of the table data." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-overlap-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="blocks-overlap-001-ref.xht" />
|
||||
<meta name="assert" content="The metadata offset is four bytes before the end of the table data." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/blocks-overlap-001.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">F</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-overlap-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The private data offset is four bytes before the end of the table data." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-overlap-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="blocks-overlap-002-ref.xht" />
|
||||
<meta name="assert" content="The private data offset is four bytes before the end of the table data." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/blocks-overlap-002.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">F</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-overlap-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The private data offset is four bytes before the end of the metadata." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#FileStructure" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-overlap-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="blocks-overlap-003-ref.xht" />
|
||||
<meta name="assert" content="The private data offset is four bytes before the end of the metadata." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/blocks-overlap-003.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">F</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Khaled Hosny" href="http://khaledhosny.org" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#DataTypes" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustAccept255UInt16" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="Valid TTF flavored WOFF with different valid representation of the same 255UInt16 encoded number" />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Khaled Hosny" href="http://khaledhosny.org" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#DataTypes" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustAccept255UInt16" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="datatypes-alt-255uint16-001-ref.xht" />
|
||||
<meta name="assert" content="Valid TTF flavored WOFF with different valid representation of the same 255UInt16 encoded number" />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/datatypes-alt-255uint16-001.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Khaled Hosny" href="http://khaledhosny.org" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#DataTypes" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustRejectInvalidBase128" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="Invalid TTF flavored WOFF that has UIntBase128 numbers with leading zeros" />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Khaled Hosny" href="http://khaledhosny.org" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#DataTypes" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustRejectInvalidBase128" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="datatypes-invalid-base128-001-ref.xht" />
|
||||
<meta name="assert" content="Invalid TTF flavored WOFF that has UIntBase128 numbers with leading zeros" />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/datatypes-invalid-base128-001.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">F</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Khaled Hosny" href="http://khaledhosny.org" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#DataTypes" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustRejectInvalidBase128" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="Invalid TTF flavored WOFF that has UIntBase128 numbers which exceed 2^{32}-1" />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Khaled Hosny" href="http://khaledhosny.org" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#DataTypes" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustRejectInvalidBase128" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="datatypes-invalid-base128-002-ref.xht" />
|
||||
<meta name="assert" content="Invalid TTF flavored WOFF that has UIntBase128 numbers which exceed 2^{32}-1" />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/datatypes-invalid-base128-002.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">F</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Khaled Hosny" href="http://khaledhosny.org" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#DataTypes" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustRejectInvalidBase128" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="Invalid TTF flavored WOFF that has UIntBase128 numbers longer than 5 bytes" />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Khaled Hosny" href="http://khaledhosny.org" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#DataTypes" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustRejectInvalidBase128" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="datatypes-invalid-base128-003-ref.xht" />
|
||||
<meta name="assert" content="Invalid TTF flavored WOFF that has UIntBase128 numbers longer than 5 bytes" />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/datatypes-invalid-base128-003.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">F</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Khaled Hosny" href="http://khaledhosny.org" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#table_dir_format" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustCheckRejectMismatchedTables" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="Invalid TTF flavored WOFF font collection with two pairs of mismatched glyf/loca tables" />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Khaled Hosny" href="http://khaledhosny.org" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#table_dir_format" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustCheckRejectMismatchedTables" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="directory-mismatched-tables-001-ref.xht" />
|
||||
<meta name="assert" content="Invalid TTF flavored WOFF font collection with two pairs of mismatched glyf/loca tables" />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/directory-mismatched-tables-001.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">F</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The length field contains a value that is four bytes shorter than the actual data." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="header-length-001-ref.xht" />
|
||||
<meta name="assert" content="The length field contains a value that is four bytes shorter than the actual data." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/header-length-001.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">F</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The length field contains a value that is four bytes longer than the actual data." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="header-length-002-ref.xht" />
|
||||
<meta name="assert" content="The length field contains a value that is four bytes longer than the actual data." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/header-length-002.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">F</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The header contains 0 in the numTables field. A table directory and table data are present." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="header-numTables-001-ref.xht" />
|
||||
<meta name="assert" content="The header contains 0 in the numTables field. A table directory and table data are present." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/header-numTables-001.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">F</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustNotUseReservedValue" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The reserved field contains 1." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustNotUseReservedValue" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="header-reserved-001-ref.xht" />
|
||||
<meta name="assert" content="The reserved field contains 1." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/header-reserved-001.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-noMagicNumber-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The signature field contains XXXX instead of wOFF." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-noMagicNumber-reject" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="header-signature-001-ref.xht" />
|
||||
<meta name="assert" content="The signature field contains XXXX instead of wOFF." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/header-signature-001.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">F</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Khaled Hosny" href="http://khaledhosny.org" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustNotRejectIncorrectTotalSize" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The totalSfntSize field contains a too small incorrect value." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Khaled Hosny" href="http://khaledhosny.org" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustNotRejectIncorrectTotalSize" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="header-totalsfntsize-001-ref.xht" />
|
||||
<meta name="assert" content="The totalSfntSize field contains a too small incorrect value." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/header-totalsfntsize-001.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Khaled Hosny" href="http://khaledhosny.org" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustNotRejectIncorrectTotalSize" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The totalSfntSize field contains a too big incorrect value." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Khaled Hosny" href="http://khaledhosny.org" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#woff20Header" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustNotRejectIncorrectTotalSize" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="header-totalsfntsize-002-ref.xht" />
|
||||
<meta name="assert" content="The totalSfntSize field contains a too big incorrect value." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/header-totalsfntsize-002.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-noeffect" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The file has no metadata." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-noeffect" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadata-noeffect-001-ref.xht" />
|
||||
<meta name="assert" content="The file has no metadata." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadata-noeffect-001.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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 below.</p>
|
||||
<div class="test">P</div>
|
||||
</body>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-maydisplay" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The file has metadata." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-maydisplay" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadata-noeffect-002-ref.xht" />
|
||||
<meta name="assert" content="The file has metadata." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadata-noeffect-002.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-authoritative" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The name table and metadata fields are out of sync. The name table contains FAIL and the metadata contains PASS for unique id, vendor name, vendor url, credit name, credit url, description, license, license url, copyright and trademark." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<p>The Extended Metadata Block test fails if the word FAIL appears in the metadata display.</p>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-authoritative" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-authoritative-001-ref.xht" />
|
||||
<meta name="assert" content="The name table and metadata fields are out of sync. The name table contains FAIL and the metadata contains PASS for unique id, vendor name, vendor url, credit name, credit url, description, license, license url, copyright and trademark." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-authoritative-001.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<p>The Extended Metadata Block test fails if the word FAIL appears in the metadata display.</p>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-alwayscompress" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The metadata is stored in an uncompressed state and therefore does not have the proper compression format." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-metadata-alwayscompress" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-compression-001-ref.xht" />
|
||||
<meta name="assert" content="The metadata is stored in an uncompressed state and therefore does not have the proper compression format." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-compression-001.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The xml encoding is set to UTF-8." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-encoding-001-ref.xht" />
|
||||
<meta name="assert" content="The xml encoding is set to UTF-8." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-encoding-001.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-invalid-mustignore" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The xml encoding is set to UTF-16." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-invalid-mustignore" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-encoding-002-ref.xht" />
|
||||
<meta name="assert" content="The xml encoding is set to UTF-16." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-encoding-002.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-invalid-mustignore" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The xml encoding is set to ISO-8859-1." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-invalid-mustignore" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-encoding-003-ref.xht" />
|
||||
<meta name="assert" content="The xml encoding is set to ISO-8859-1." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-encoding-003.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The xml encoding is not declared and there is no BOM." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-encoding-004-ref.xht" />
|
||||
<meta name="assert" content="The xml encoding is not declared and there is no BOM." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-encoding-004.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The xml encoding is not declared and there is a UTF-8 BOM." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-encoding-005-ref.xht" />
|
||||
<meta name="assert" content="The xml encoding is not declared and there is a UTF-8 BOM." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-encoding-005.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-invalid-mustignore" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The xml encoding is not declared and there is a UTF-16 BOM." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-invalid-mustignore" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-encoding-006-ref.xht" />
|
||||
<meta name="assert" content="The xml encoding is not declared and there is a UTF-16 BOM." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-encoding-006.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-metaOrigLength" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The metadata decompresses to a length that is 1 byte smaller than the length defined in metaOrigLength" />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-metaOrigLength" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-metaOrigLength-001-ref.xht" />
|
||||
<meta name="assert" content="The metadata decompresses to a length that is 1 byte smaller than the length defined in metaOrigLength" />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-metaOrigLength-001.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-metaOrigLength" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The metadata decompresses to a length that is 1 byte greater than the length defined in metaOrigLength" />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -24,7 +24,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
<link rel="author" title="Tal Leming" href="http://typesupply.com" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-metaOrigLength" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-metaOrigLength-002-ref.xht" />
|
||||
<meta name="assert" content="The metadata decompresses to a length that is 1 byte greater than the length defined in metaOrigLength" />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-metaOrigLength-002.woff2") format("woff2");
|
||||
|
@ -28,7 +29,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The copyright element matches the schema. It contains one text element that does not have a language tag." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-schema-copyright-001-ref.xht" />
|
||||
<meta name="assert" content="The copyright element matches the schema. It contains one text element that does not have a language tag." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-schema-copyright-001.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The copyright element matches the schema. It contains one text element that has a language tag." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-schema-copyright-002-ref.xht" />
|
||||
<meta name="assert" content="The copyright element matches the schema. It contains one text element that has a language tag." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-schema-copyright-002.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The copyright element matches the schema. It contains one text element that has a language tag using the lang tag instead of xml:lang." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-schema-copyright-003-ref.xht" />
|
||||
<meta name="assert" content="The copyright element matches the schema. It contains one text element that has a language tag using the lang tag instead of xml:lang." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-schema-copyright-003.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The copyright element matches the schema. One text element does not have a language tag. One text element has a language tag." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-schema-copyright-004-ref.xht" />
|
||||
<meta name="assert" content="The copyright element matches the schema. One text element does not have a language tag. One text element has a language tag." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-schema-copyright-004.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The copyright element matches the schema. Two text elements have a language tags." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-schema-copyright-005-ref.xht" />
|
||||
<meta name="assert" content="The copyright element matches the schema. Two text elements have a language tags." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-schema-copyright-005.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-invalid-mustignore" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The copyright element occurs more than once." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-invalid-mustignore" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-schema-copyright-006-ref.xht" />
|
||||
<meta name="assert" content="The copyright element occurs more than once." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-schema-copyright-006.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-invalid-mustignore" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The copyright element does not contain a text child element." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-invalid-mustignore" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-schema-copyright-007-ref.xht" />
|
||||
<meta name="assert" content="The copyright element does not contain a text child element." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-schema-copyright-007.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-invalid-mustignore" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The copyright element contains an unknown attribute." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-invalid-mustignore" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-schema-copyright-008-ref.xht" />
|
||||
<meta name="assert" content="The copyright element contains an unknown attribute." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-schema-copyright-008.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-invalid-mustignore" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The copyright element contains an unknown child element." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-invalid-mustignore" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-schema-copyright-009-ref.xht" />
|
||||
<meta name="assert" content="The copyright element contains an unknown child element." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-schema-copyright-009.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-invalid-mustignore" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The copyright element contains content." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-invalid-mustignore" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-schema-copyright-010-ref.xht" />
|
||||
<meta name="assert" content="The copyright element contains content." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-schema-copyright-010.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The copyright element contains a text element with ltr as the value for the dir attribute." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-schema-copyright-011-ref.xht" />
|
||||
<meta name="assert" content="The copyright element contains a text element with ltr as the value for the dir attribute." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-schema-copyright-011.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The copyright element contains a text element with rtl as the value for the dir attribute." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-schema-copyright-012-ref.xht" />
|
||||
<meta name="assert" content="The copyright element contains a text element with rtl as the value for the dir attribute." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-schema-copyright-012.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-invalid-mustignore" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The copyright element contains a text element with INVALID as the value for the dir attribute." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-invalid-mustignore" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-schema-copyright-013-ref.xht" />
|
||||
<meta name="assert" content="The copyright element contains a text element with INVALID as the value for the dir attribute." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-schema-copyright-013.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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>If the UA does not display WOFF metadata, the test passes if the word PASS appears below.</p>
|
||||
<p>The Extended Metadata Block is not valid and must not be displayed. If the UA does display it, the test fails.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="assert" content="The copyright element contains a text element with "class1 class2 class3" as the value for the class attribute." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="help" href="http://www.w3.org/TR/WOFF/#conform-metadata-noeffect" />
|
||||
<link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#Metadata" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<meta name="flags" content="font" />
|
||||
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
|
||||
<link rel="match" href="metadatadisplay-schema-copyright-014-ref.xht" />
|
||||
<meta name="assert" content="The copyright element contains a text element with "class1 class2 class3" as the value for the class attribute." />
|
||||
<style type="text/css"><![CDATA[
|
||||
@import url("support/test-fonts.css");
|
||||
@font-face {
|
||||
font-family: "WOFF Test";
|
||||
src: url("support/metadatadisplay-schema-copyright-014.woff2") format("woff2");
|
||||
|
@ -29,7 +30,6 @@
|
|||
]]></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 below.</p>
|
||||
<p>The Extended Metadata Block is valid and may be displayed to the user upon request.</p>
|
||||
<div class="test">P</div>
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче