Skip to content

Commit

Permalink
fixup! Add a few tests for whether CSS subresources are critical
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnedders committed Jun 12, 2018
1 parent 93a6ffa commit 9e253eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion unspecified-css-subresources/font-face-unused.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>
@font-face {
font-family: Ahem;
src: url("/css/fonts/ahem/ahem.ttf?pipe=trickle(d5)");
src: url("/fonts/Ahem.ttf?pipe=trickle(d5)");
}
</style>
<script>
Expand Down
2 changes: 1 addition & 1 deletion unspecified-css-subresources/font-face-used.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>
@font-face {
font-family: Ahem;
src: url("/css/fonts/ahem/ahem.ttf?pipe=trickle(d5)");
src: url("/fonts/Ahem.ttf?pipe=trickle(d5)");
}
#foo {
font: 25px/1 Ahem;
Expand Down

0 comments on commit 9e253eb

Please sign in to comment.