| Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/font-face.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/font-face.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/font-face.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..835129f7c6bddbb3769066936bbd6a4f5f296e0a
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/font-face.html
|
| @@ -0,0 +1,17 @@
|
| +<html>
|
| +<head>
|
| +<style>
|
| +@font-face {
|
| + font-family: Unused;
|
| + src: url("unused.ttf");
|
| +}
|
| +@font-face {
|
| + font-family: Used;
|
| + src: url("used.ttf");
|
| +}
|
| +</style>
|
| +</head>
|
| +<body onload="fetch('done')">
|
| +<span style="font-family: Used">Test</span>
|
| +</body>
|
| +</html>
|
|
|