Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/link-preload-unused-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/link-preload-unused-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/link-preload-unused-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..77e11908f77b29ba20dcf839ddc8c940b011a313 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/link-preload-unused-expected.txt |
| @@ -0,0 +1,2 @@ |
| +CONSOLE WARNING: The resource nick.jpg?name=value was preloaded using `<link rel=preload>` but not used within a few seconds from the window's load event. Please make sure it wasn't preloaded for nothing. |
| + This test verifies that unused preload resources (and only unused ones) issue a warning. |