Skip to content

Commit

Permalink
Update web platform tests and enable more event tests
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed May 24, 2016
1 parent 7d88aac commit bc467b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions test/web-platform-tests/index.js
Expand Up @@ -171,27 +171,29 @@ describe("Web Platform Tests", () => {
"dom/events/Event-constants.html",
"dom/events/Event-defaultPrevented.html",
"dom/events/Event-dispatch-bubbles-false.html",
"dom/events/Event-dispatch-bubbles-true.html",
"dom/events/Event-dispatch-detached-click.html",
"dom/events/Event-dispatch-handlers-changed.html",
// "dom/events/Event-dispatch-multiple-stopPropagation.html", // unclear why failing
"dom/events/Event-dispatch-omitted-capture.html",
"dom/events/Event-dispatch-order.html",
"dom/events/Event-dispatch-propagation-stopped.html",
"dom/events/Event-dispatch-reenter.html",
"dom/events/Event-dispatch-target-moved.html",
"dom/events/Event-dispatch-target-removed.html",
// "dom/events/Event-dispatch-throwing.html", // unclear why failing
"dom/events/Event-init-while-dispatching.html",
"dom/events/Event-initEvent.html",
"dom/events/Event-propagation.html",
"dom/events/Event-type.html",
"dom/events/Event-type-empty.html",
"dom/events/EventListener-handleEvent.html",
"dom/events/EventTarget-addEventListener.html",
"dom/events/EventTarget-dispatchEvent-returnvalue.html",
"dom/events/EventTarget-dispatchEvent.html",
"dom/events/EventTarget-removeEventListener.html",
"dom/events/ProgressEvent.html",

"DOMEvents/ClickFakeEvent.nondocument.html",
"DOMEvents/event-phases-order.html",
"DOMEvents/throwing-in-listener-and-window-error-event.html",
"DOMEvents/throwing-in-listener-when-all-have-not-run-yet.html",

"FileAPI/fileReader.html",
"FileAPI/historical.html",
// "FileAPI/idlharness.html", // idl should be used here
Expand Down
2 changes: 1 addition & 1 deletion test/web-platform-tests/tests
Submodule tests updated from c969f9 to 722a02

0 comments on commit bc467b3

Please sign in to comment.