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:
Luke Zielinski 2019-06-26 15:35:58 +00:00
Родитель f721ff614d
Коммит b501455d0e
46 изменённых файлов: 46 добавлений и 0 удалений

Просмотреть файл

@ -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;