Fix HTMLPreloadScanner handling of type in link preload.
Handling of the `type` attribute in `<link rel=preload>` was not properly added, which meant preloads that included a valid type were dismissed due to rel=stylesheet related logic. This CL adds proper handling for the `type` attribute in `<link rel=preload>` for fonts, images and styles. BUG=659640 Review-Url: https://codereview.chromium.org/2620993002 Cr-Commit-Position: refs/heads/master@{#442887}
Showing
Please register or sign in to comment