| Index: chrome/test/data/predictors/subresource_fcp_order.html
|
| diff --git a/chrome/test/data/predictors/subresource_fcp_order.html b/chrome/test/data/predictors/subresource_fcp_order.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e515a38abd263a4ce3e3892950eb5b49dff5b9bf
|
| --- /dev/null
|
| +++ b/chrome/test/data/predictors/subresource_fcp_order.html
|
| @@ -0,0 +1,16 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <title>Subresources collection</title>
|
| + <link rel="stylesheet" href="/handled-by-test/style.css">
|
| + <script src="/handled-by-test/script.js"></script>
|
| + </head>
|
| + <body>
|
| + <p>Hello world!</p>
|
| + <!--
|
| + The server will wait long enough for firstContentfulPaint to happen before
|
| + responding with this image.
|
| + -->
|
| + <img src="/handled-by-test/image.png">
|
| + </body>
|
| +</html>
|
|
|