Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…platform-tests#39573)

Co-authored-by: Matthieu Dubet <matthieu.dubet@gmail.com>
  • Loading branch information
2 people authored and pull[bot] committed Jan 15, 2024
1 parent 4c01c08 commit 1248061
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/css-fonts/font-variant-alternates-03.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
font-family: fwf;
font-size: 2em;
line-height: 1.1;
font-variant-alternates: character-variant(doesnt-exist) styleset(doesnt-exist);
}
.high {
font-variant-alternates: stylistic(foo);
Expand Down
1 change: 1 addition & 0 deletions css/css-fonts/font-variant-alternates-06.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
font-family: fwf;
font-size: 2em;
line-height: 1.1;
font-variant-alternates: styleset(doesnt-exist);
}
.high {
font-variant-alternates: styleset(foo);
Expand Down
1 change: 1 addition & 0 deletions css/css-fonts/font-variant-alternates-09.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
font-family: fwf;
font-size: 2em;
line-height: 1.1;
font-variant-alternates: character-variant(doesnt-exist);
}
.high {
font-variant-alternates: character-variant(foo);
Expand Down
1 change: 1 addition & 0 deletions css/css-fonts/font-variant-alternates-12.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
font-family: fwf;
font-size: 2em;
line-height: 1.1;
font-variant-alternates: swash(doesnt-exist);
}
.high {
font-variant-alternates: swash(foo);
Expand Down
1 change: 1 addition & 0 deletions css/css-fonts/font-variant-alternates-15.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
font-family: fwf;
font-size: 2em;
line-height: 1.1;
font-variant-alternates: ornaments(doesnt-exist);
}
.high {
font-variant-alternates: ornaments(foo);
Expand Down
1 change: 1 addition & 0 deletions css/css-fonts/font-variant-alternates-18.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
font-family: fwf;
font-size: 2em;
line-height: 1.1;
font-variant-alternates: annotation(doesnt-exist);
}
.high {
font-variant-alternates: annotation(foo);
Expand Down

0 comments on commit 1248061

Please sign in to comment.