Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / prefetch-purpose-expected.txt
blobdc582e7d7bc53671ce4ac63e7272e85c7fdcfe30
1 prefetch-purpose.php has MIME type text/html
2 prefetch-purpose.php has MIME type text/html
3 Purpose: prefetch
4 This test verifies that prefetches are sent with the HTTP request header Purpose: prefetch. To do this, the root page has a prefetch link targetting this subresource which contains a PHP script (resources/prefetch-purpose.php). The PHP prints the value of the Purpose header into the document. Later, the root page sets window.location to target this script, which should have "Purpose: prefetch" in its output if it's served from cache.