Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a2b89a0

Browse files
committedNov 30, 2015
Tests moved to WPT
1 parent 57251ba commit a2b89a0

10 files changed

+2
-1116
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unhandled Rejection Tracking Browser Events
22

3-
This repository is a place to work on some spec patches to [HTML](http://html.spec.whatwg.org/multipage/) and [ECMAScript](https://tc39.github.io/ecma262/) to add support for events to track unhandled promise rejections, as originally proposed [on the WHATWG mailing list](http://lists.w3.org/Archives/Public/public-whatwg-archive/2014Sep/0024.html).
3+
This repository used to be a place to work on some spec patches to [HTML](http://html.spec.whatwg.org/multipage/) and [ECMAScript](https://tc39.github.io/ecma262/) to add support for events to track unhandled promise rejections, as originally proposed [on the WHATWG mailing list](http://lists.w3.org/Archives/Public/public-whatwg-archive/2014Sep/0024.html).
44

55
## Changes to ECMAScript
66

@@ -12,4 +12,4 @@ Moved to [whatwg/html#224](https://github.com/whatwg/html/pull/224)
1212

1313
## Tests
1414

15-
See `tests/` subdirectory. Will soon-enough be submitted to [web-platform-tests](https://github.com/w3c/web-platform-tests).
15+
Moved to [w3c/web-platform-tests#2388](https://github.com/w3c/web-platform-tests/pull/2388#)

‎tests/README.md

-7
This file was deleted.

‎tests/promise-rejection-event-constructor.html

-43
This file was deleted.

‎tests/promise-rejection-events-attached-in-event.html

-27
This file was deleted.

‎tests/promise-rejection-events-console.html

-44
This file was deleted.

‎tests/promise-rejection-events-lifetime.html

-33
This file was deleted.

‎tests/promise-rejection-events-onerror.html

-32
This file was deleted.

‎tests/promise-rejection-events.html

-12
This file was deleted.

‎tests/resources/gc.js

-20
This file was deleted.

‎tests/resources/promise-rejection-events.js

-896
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.