aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt
diff options
context:
space:
mode:
authorBastien Orivel <eijebong@bananium.fr>2018-11-03 20:21:05 +0100
committerBastien Orivel <eijebong@bananium.fr>2018-11-05 08:20:31 +0100
commit08a535a4cbc0b8e0a6e33570d50e8a9e7b7ff35b (patch)
tree1a86dbb79667d06cffb131b59fe95e6c78cfe9d0 /tests/wpt
parent176d984b3badba7265f3e7442159adcb54d8b90e (diff)
downloadservo-08a535a4cbc0b8e0a6e33570d50e8a9e7b7ff35b.tar.gz
servo-08a535a4cbc0b8e0a6e33570d50e8a9e7b7ff35b.zip
Use a BTreeMap to store formdata
I'm really unsure about the MallocSizeOf of BTreeMap as I took the same code as for HashMap. Fixes #13105 Fixes #21381
Diffstat (limited to 'tests/wpt')
-rw-r--r--tests/wpt/metadata/url/urlencoded-parser.any.js.ini27
1 files changed, 0 insertions, 27 deletions
diff --git a/tests/wpt/metadata/url/urlencoded-parser.any.js.ini b/tests/wpt/metadata/url/urlencoded-parser.any.js.ini
deleted file mode 100644
index 8fa49422e95..00000000000
--- a/tests/wpt/metadata/url/urlencoded-parser.any.js.ini
+++ /dev/null
@@ -1,27 +0,0 @@
-[urlencoded-parser.any.html]
- [request.formData() with input: a&b&c]
- expected: FAIL
-
- [request.formData() with input: a=b&c=d&]
- expected: FAIL
-
- [response.formData() with input: a&b&c]
- expected: FAIL
-
- [response.formData() with input: &&&a=b&&&&c=d&]
- expected: FAIL
-
-
-[urlencoded-parser.any.worker.html]
- [request.formData() with input: a&b&c]
- expected: FAIL
-
- [response.formData() with input: a&b&c]
- expected: FAIL
-
- [response.formData() with input: a=b&c=d&]
- expected: FAIL
-
- [response.formData() with input: a=b&c=d]
- expected: FAIL
-