зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1561351 - Import from WPT: Load Ahem as a webfont everywhere (part 2) (#17173) r=dholbert
This change updates a large number of reftests to link to the `/fonts/ahem.css` stylesheet. Each file contains a single additional line before the first `<style>` element: ``` <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> ``` Differential Revision: https://phabricator.services.mozilla.com/D35958 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
f721ff614d
Коммит
b501455d0e
|
@ -13,6 +13,7 @@
|
|||
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
<link rel="match" href="flexbox-baseline-align-self-baseline-vert-001-ref.html">
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
body {
|
||||
font: 20px Ahem;
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
<link rel="match" href="flexbox-baseline-empty-001-ref.html">
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
body {
|
||||
font: 20px Ahem;
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
<link rel="match" href="flexbox-baseline-empty-001-ref.html">
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
body {
|
||||
font: 20px Ahem;
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
<link rel="match" href="flexbox-baseline-multi-item-vert-001-ref.html">
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
<link rel="match" href="flexbox-baseline-multi-item-vert-001-ref.html">
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<meta charset="utf-8">
|
||||
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container {
|
||||
display: flex;
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis">
|
||||
<link rel="match" href="flexbox-flex-basis-content-001-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container {
|
||||
display: flex;
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis">
|
||||
<link rel="match" href="flexbox-flex-basis-content-001-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container {
|
||||
display: flex;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<meta charset="utf-8">
|
||||
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container {
|
||||
display: flex;
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis">
|
||||
<link rel="match" href="flexbox-flex-basis-content-002-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container {
|
||||
display: flex;
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis">
|
||||
<link rel="match" href="flexbox-flex-basis-content-002-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container {
|
||||
display: flex;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<meta charset="utf-8">
|
||||
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container {
|
||||
display: block;
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
<link rel="help" href="https://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode">
|
||||
<link rel="match" href="flexbox-writing-mode-010-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container {
|
||||
display: flex;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<meta charset="utf-8">
|
||||
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container {
|
||||
display: block;
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
<link rel="help" href="https://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode">
|
||||
<link rel="match" href="flexbox-writing-mode-011-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container {
|
||||
display: flex;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<meta charset="utf-8">
|
||||
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container {
|
||||
display: block;
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
<link rel="help" href="https://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode">
|
||||
<link rel="match" href="flexbox-writing-mode-012-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container {
|
||||
display: flex;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<meta charset="utf-8">
|
||||
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container {
|
||||
display: block;
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
<link rel="help" href="https://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode">
|
||||
<link rel="match" href="flexbox-writing-mode-013-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container {
|
||||
display: flex;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<meta charset="utf-8">
|
||||
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container {
|
||||
display: block;
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
<link rel="help" href="https://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode">
|
||||
<link rel="match" href="flexbox-writing-mode-014-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container {
|
||||
display: flex;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<meta charset="utf-8">
|
||||
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container {
|
||||
display: block;
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
<link rel="help" href="https://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode">
|
||||
<link rel="match" href="flexbox-writing-mode-015-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
.container {
|
||||
display: flex;
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
shape-outside: circle element is offset from
|
||||
its containing block.">
|
||||
</head>
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
Additionally, the shape-outside: ellipse element
|
||||
is offset from its containing block.">
|
||||
</head>
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
Additionally, the shape-outside: polygon element is
|
||||
offset from its containing block.">
|
||||
</head>
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: Ahem;
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Boris Chiou" href="mailto:boris.chiou@gmail.com">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<meta name="flags" content="ahem">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
html,body {
|
||||
margin: 0;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<meta name="flags" content="ahem">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="support/min-content-max-content.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
html,body {
|
||||
margin: 0;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<meta name="flags" content="ahem">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="support/min-content-max-content.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
html,body {
|
||||
margin: 0;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="author" title="Boris Chiou" href="mailto:boris.chiou@gmail.com">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<meta name="flags" content="ahem">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
html, body {
|
||||
margin: 0;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<meta name="flags" content="ahem">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="support/min-content-max-content.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
html, body {
|
||||
margin: 0;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="author" title="Boris Chiou" href="mailto:boris.chiou@gmail.com">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<meta name="flags" content="ahem">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
html,body {
|
||||
margin: 0;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<meta name="flags" content="ahem">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="support/min-content-max-content.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
html,body {
|
||||
margin: 0;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<meta name="flags" content="ahem">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="support/min-content-max-content.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
html,body {
|
||||
margin: 0;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="author" title="Boris Chiou" href="mailto:boris.chiou@gmail.com">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<meta name="flags" content="ahem">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
html,body {
|
||||
margin: 0;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<meta name="flags" content="ahem">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="support/min-content-max-content.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
html,body {
|
||||
margin: 0;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="author" title="Boris Chiou" href="mailto:boris.chiou@gmail.com">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<meta name="flags" content="ahem">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
html,body {
|
||||
margin: 0;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<meta name="flags" content="ahem">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="support/min-content-max-content.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
html,body {
|
||||
margin: 0;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<meta name="flags" content="ahem">
|
||||
<link rel="stylesheet" type="text/css" href="support/ahem.css">
|
||||
<link rel="stylesheet" type="text/css" href="support/min-content-max-content.css">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
html,body {
|
||||
margin: 0;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au">
|
||||
<link rel="stylesheet" href="support/ahem.css" type="text/css">
|
||||
<meta name="flags" content="ahem">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
p {
|
||||
font-family: Ahem, sans-serif;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au">
|
||||
<link rel="stylesheet" href="support/ahem.css" type="text/css">
|
||||
<meta name="flags" content="ahem">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
p {
|
||||
font-family: Ahem, sans-serif;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au">
|
||||
<link rel="stylesheet" href="support/ahem.css" type="text/css">
|
||||
<meta name="flags" content="ahem">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
p {
|
||||
font-family: SomeUnknownFont, Ahem;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au">
|
||||
<link rel="stylesheet" href="support/ahem.css" type="text/css">
|
||||
<meta name="flags" content="ahem">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
p {
|
||||
font-family: Ahem, sans-serif;
|
||||
|
|
Загрузка…
Ссылка в новой задаче