summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/eventsource/README.md
blob: 6b58a1ef51eb7fd4d02dd23c54287b6daff3d2d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Server-Sent Events Test Collection

Server-Sent Events [latest draft](http://dev.w3.org/html5/eventsource/).

Following up work done during the TestTWF 2012 Paris event:

Most tests comes from [Opera](http://tc.labs.opera.com/apis/EventSource/), are from august 2010 and probably only valid against [spec rev. ~1.139](http://dev.w3.org/cvsweb/~checkout~/html5/eventsource/Overview.html?rev=1.139;content-type=text%2Fhtml). You can check the following diff :

[diff between 1.139 (23 Jul 2010) and 1.229 (25 Oct. 2012) revisions](http://dev.w3.org/cvsweb/html5/eventsource/Overview.html.diff?r1=text&tr1=1.139&r2=text&tr2=1.229)

to get an idea of what needs to get updated.

##DONE (updated against rev. 1.229):
- **eventsource-constructor-url-bogus.htm**: whatwg r6602: renamed SYNTAX_ERR to SyntaxError

- **eventsource-constructor-stringify.htm**: still valid. bugfix.

##TODO (need to be updated against rev. 1.229):
- **eventsource-cross-origin.htm**, **eventsource-constructor-non-same-origin.htm**: whatwg 6255 6257: allow CORS

##TOCHECK (need to check if the test is still valid against rev.1.229):
eventsource-close.htm
eventsource-constructor-document-domain.htm
eventsource-constructor-url-multi-window.htm
eventsource-eventtarget.htm
eventsource-onmessage.htm
eventsource-onopen.htm
eventsource-prototype.htm
eventsource-reconnect.htm
eventsource-url.htm
format-bom-2.htm
format-bom.htm
format-comments.htm
format-field-data.htm
format-field-event-empty.htm
format-field-event.htm
format-field-id-2.htm
format-field-id.htm
format-field-parsing.htm
format-field-retry-bogus.htm
format-field-retry-empty.htm
format-field-retry.htm
format-field-unknown.htm
format-leading-space.htm
format-mime-bogus.htm
format-mime-trailing-semicolon.htm
format-mime-valid-bogus.htm
format-newlines.htm
format-utf-8.htm
request-accept.htm
request-cache-control.htm
request-credentials.htm
request-redirect.htm
request-status-error.htm