Auto merge of #9029 - KiChjang:event-source, r=jdm

Implement EventSource and update test expectations

Partial #8925.

Most of the processing model for `EventSource` are unimplemented because we currently don't have a fetch implementation.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9029)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-01-07 00:38:25 +05:30
commit 238a8786de
58 changed files with 543 additions and 51 deletions

View file

@ -99,6 +99,7 @@ var interfaceNamesInGlobalScope = [
"Element",
"ErrorEvent",
"Event",
"EventSource",
"EventTarget",
"File",
"FileList",