servo/tests/unit
bors-servo f1018b84a8 Auto merge of #9525 - nikkisquared:test_filtered_responses, r=asajeffrey
Test filtered responses and implement Cors Check Fetch step

I've been writing tests for creating filtered responses. So far I have three of the four types being made (namely, Basic, CORS, and Opaque), and just need to figure out how to make an OpaqueRedirect filtered response, since it's handled separately from the others. I will also add more tests to ensure the content of the filtered responses matches the limitations placed by the specification.

Along the way I implemented Cors Check, since it's required for the CORS filtered response. @jdm suggested I handle it in here, since it's such a small step, compared to other parts of Fetch.

Since all the tests currently pass, and I've spent a while adding the Cors Check and other pieces, I figured now would be a good time to start having it reviewed.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9525)
<!-- Reviewable:end -->
2016-02-10 03:11:22 +05:30
..
gfx task -> thread 2016-01-10 17:58:13 +09:00
net Auto merge of #9525 - nikkisquared:test_filtered_responses, r=asajeffrey 2016-02-10 03:11:22 +05:30
net_traits Adding method to detect if image formats should be supported by servo 2015-11-13 19:01:44 -05:00
plugin Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
script Abstract out Node::unique_id in its own structure 2016-02-04 14:22:53 +01:00
style Added test to verify parse error reporter is functioning 2016-02-07 18:46:41 +00:00
util Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00