mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Disable EventSource until it is fully implemented.
This also causes a number of tests that currently time out to fail quickly.
This commit is contained in:
parent
c7e1a575a5
commit
05942344b4
56 changed files with 254 additions and 112 deletions
|
@ -41,7 +41,6 @@ test_interfaces([
|
|||
"Element",
|
||||
"ErrorEvent",
|
||||
"Event",
|
||||
"EventSource",
|
||||
"EventTarget",
|
||||
"File",
|
||||
"FileList",
|
||||
|
|
|
@ -35,7 +35,6 @@ test_interfaces([
|
|||
"Element",
|
||||
"ErrorEvent",
|
||||
"Event",
|
||||
"EventSource",
|
||||
"EventTarget",
|
||||
"File",
|
||||
"FileList",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue