Adding Intel XHR timeout tests.#91
Adding Intel XHR timeout tests.#91hallvors merged 1 commit intoweb-platform-tests:masterfrom tmpsantos:new_xhr_tests
Conversation
|
Hey, awesome with more XHR tests! I hope someone can take a look pretty soon. I wanted to tell you that at least one blocker is the place you've put the files. We do not use that old folder based submission system anymore. This PR is the submission. Sorry about that but we just did the transition a short while ago. So if you can move them to root where they belong it'd instantly look better :) |
|
Hi Velmont, I just pushed a new version of the patch using the new directory structure. Thanks for commenting. |
|
w3c-test:mirror |
|
Just a status update: I've looked at the tests, suggested some changes, some discussion on mail and IRC has taken place. |
|
w3c-test:mirror |
Signed-off-by: Dominik Röttsches <dominik.rottsches@intel.com>
|
Review comments addressed.
Refactored so that test definitions are in individual .js files and imported for document and worker case. Simplified individual test files from an onload method to a bottom-of-page inline script.
Removed me var. Added missing *-overrides.html files. A running demo of these tests can be found here: http://w3ctests.roettsch.es/XMLHttpRequest/ |
Adding Intel XHR timeout tests.
|
Thanks for the rewrite! |
…-fix Point readme to latest docs location.
Make it possible to run tests in tox; use tox on Travis
Run tests on Travis CI and make it possible to run tox and have them run
Support setting prefs in wptrunner via ini files
A set of tests ensuring correct behavior of the XHR timeout property and related events. Adapted from Alex Vincent's tests used in Firefox (with friendly permission).
Signed-off-by: Dominik Röttsches dominik.rottsches@intel.com