diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2018-01-10 14:28:20 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2018-01-16 17:18:09 +0100 |
commit | 4d3c932c470feb6136e4204c9cae6a2ebdc4058a (patch) | |
tree | ebeb64eb75f46de84d21502fee33bc4f31b91bed /tests/wpt/web-platform-tests/XMLHttpRequest/resources/xmlhttprequest-timeout-simple.js | |
parent | 7de87c487b247b479fa38c40f683de8783032e11 (diff) | |
download | servo-4d3c932c470feb6136e4204c9cae6a2ebdc4058a.tar.gz servo-4d3c932c470feb6136e4204c9cae6a2ebdc4058a.zip |
Update web-platform-tests to revision c26470dac73f2df9d4822a0d3482f7eb1ebf57d9
Diffstat (limited to 'tests/wpt/web-platform-tests/XMLHttpRequest/resources/xmlhttprequest-timeout-simple.js')
-rw-r--r-- | tests/wpt/web-platform-tests/XMLHttpRequest/resources/xmlhttprequest-timeout-simple.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/wpt/web-platform-tests/XMLHttpRequest/resources/xmlhttprequest-timeout-simple.js b/tests/wpt/web-platform-tests/XMLHttpRequest/resources/xmlhttprequest-timeout-simple.js deleted file mode 100644 index 989a8d4bae8..00000000000 --- a/tests/wpt/web-platform-tests/XMLHttpRequest/resources/xmlhttprequest-timeout-simple.js +++ /dev/null @@ -1,6 +0,0 @@ -if (this.document === undefined) - importScripts("xmlhttprequest-timeout.js"); - -runTestRequests([ new RequestTracker(true, "no time out scheduled, load fires normally", 0), - new RequestTracker(true, "load fires normally", TIME_NORMAL_LOAD), - new RequestTracker(true, "timeout hit before load", TIME_REGULAR_TIMEOUT) ]); |