Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Close #84 #3934

Merged
merged 1 commit into from Nov 11, 2014
Merged

Close #84 #3934

merged 1 commit into from Nov 11, 2014

Commits on Nov 7, 2014

  1. Close #84

    Actually <img> elements in <noscript> are not prefetched anymore.
    
    Probably because html5ever already parses the <noscript> content as raw
    text data if `scripting_enabled` is activated.
    
    See
    https://github.com/servo/html5ever/blob/servo/src/tree_builder/rules.rs#
    L126
    
    Also, added a test to the images cache.
    guillaumebort committed Nov 7, 2014
You can’t perform that action at this time.