Revision 4e2aad5edc375c9ae27420bce8ae3251661cc7e0 authored by jugglinmike on 22 February 2017, 20:04:24 UTC, committed by Simon Pieters on 22 February 2017, 20:04:24 UTC
At the onset of a given test, the shared application manifest may or may
not already be available in the user agent's cache. Because this
variability is controlled by external factors (specifically: the
previous tests executed in the session), the status of the application
cache may not be consistent. Tests whose semantics are effected by this
status must therefore explicitly control for the variability in order to
exercise the same behavior in all circumstances.

Update the test for successful invocation by accounting for both
"manifest ready" and "manifest not ready" states. Update the test for
unsuccessful invocation by specifying a URL to a non-existent resource.
1 parent cec5972
History
File Mode Size
dedicated-worker
resources
shared-worker
OWNERS -rw-r--r-- 25 bytes
README.md -rw-r--r-- 1.9 KB
event-data.html -rw-r--r-- 1.9 KB
eventsource-close.htm -rw-r--r-- 2.5 KB
eventsource-constructor-document-domain.htm -rw-r--r-- 852 bytes
eventsource-constructor-non-same-origin.htm -rw-r--r-- 1.2 KB
eventsource-constructor-stringify.htm -rw-r--r-- 1.2 KB
eventsource-constructor-url-bogus.htm -rw-r--r-- 422 bytes
eventsource-constructor-url-multi-window.htm -rw-r--r-- 1.0 KB
eventsource-cross-origin.htm -rw-r--r-- 2.2 KB
eventsource-eventtarget.htm -rw-r--r-- 644 bytes
eventsource-onmessage-realm-support.htm -rw-r--r-- 89 bytes
eventsource-onmessage-realm.htm -rw-r--r-- 760 bytes
eventsource-onmessage-trusted.htm -rw-r--r-- 596 bytes
eventsource-onmessage.htm -rw-r--r-- 595 bytes
eventsource-onopen.htm -rw-r--r-- 759 bytes
eventsource-prototype.htm -rw-r--r-- 557 bytes
eventsource-reconnect.htm -rw-r--r-- 1.7 KB
eventsource-request-cancellation.htm -rw-r--r-- 1.1 KB
eventsource-url.htm -rw-r--r-- 473 bytes
format-bom-2.htm -rw-r--r-- 956 bytes
format-bom.htm -rw-r--r-- 949 bytes
format-comments.htm -rw-r--r-- 883 bytes
format-data-before-final-empty-line.htm -rw-r--r-- 855 bytes
format-field-data.htm -rw-r--r-- 961 bytes
format-field-event-empty.htm -rw-r--r-- 643 bytes
format-field-event.htm -rw-r--r-- 795 bytes
format-field-id-2.htm -rw-r--r-- 1.1 KB
format-field-id.htm -rw-r--r-- 938 bytes
format-field-parsing.htm -rw-r--r-- 793 bytes
format-field-retry-bogus.htm -rw-r--r-- 938 bytes
format-field-retry-empty.htm -rw-r--r-- 631 bytes
format-field-retry.htm -rw-r--r-- 1001 bytes
format-field-unknown.htm -rw-r--r-- 728 bytes
format-leading-space.htm -rw-r--r-- 703 bytes
format-mime-bogus.htm -rw-r--r-- 1.0 KB
format-mime-trailing-semicolon.htm -rw-r--r-- 823 bytes
format-mime-valid-bogus.htm -rw-r--r-- 1.0 KB
format-newlines.htm -rw-r--r-- 672 bytes
format-null-character.html -rw-r--r-- 793 bytes
format-utf-8.htm -rw-r--r-- 765 bytes
interfaces.html -rw-r--r-- 2.1 KB
request-accept.htm -rw-r--r-- 634 bytes
request-cache-control.htm -rw-r--r-- 1.1 KB
request-credentials.htm -rw-r--r-- 1.6 KB
request-redirect.htm -rw-r--r-- 1006 bytes
request-status-error.htm -rw-r--r-- 1.0 KB

README.md

back to top