Index: third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp |
diff --git a/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp b/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp |
index 4a8fc5e64866e830b3a2e98917f8067dcd08d726..4989a6efae07f14927f7b76d5c1ece8be7cdabb4 100644 |
--- a/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp |
+++ b/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp |
@@ -128,6 +128,7 @@ TEST(LinkLoaderTest, Preload) |
{"http://example.test/cat.woff", "font", "font/woff84", "", ResourceLoadPriorityUnresolved, WebURLRequest::RequestContextFont, false, false}, |
{"http://example.test/cat.empty", "", "foo/bar", "", ResourceLoadPriorityHigh, WebURLRequest::RequestContextSubresource, true, true}, |
{"http://example.test/cat.blob", "blabla", "foo/bar", "", ResourceLoadPriorityLow, WebURLRequest::RequestContextSubresource, false, false}, |
+ {"http://example.test/cat.html", "document", "text/html", "", ResourceLoadPriorityVeryHigh, WebURLRequest::RequestContextIframe, true, true}, |
// Media tests |
{"http://example.test/cat.gif", "image", "image/gif", "(max-width: 600px)", ResourceLoadPriorityLow, WebURLRequest::RequestContextImage, true, true}, |
{"http://example.test/cat.gif", "image", "image/gif", "(max-width: 400px)", ResourceLoadPriorityUnresolved, WebURLRequest::RequestContextImage, true, false}, |