summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-11-08 23:27:37 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-11-08 23:27:37 +0100
commitd04ee4c82a30803828d813411a41ffd344fd70d5 (patch)
treeafd4665c246f51fe36496ec295d45201784c6e26
parent1464abf7e7470792e50c07bddac505470c5ff379 (diff)
downloadcurl-d04ee4c82a30803828d813411a41ffd344fd70d5.tar.gz
TODO: Run web-platform-tests url tests
Closes #4477
-rw-r--r--docs/TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index e42755633..e75c1647b 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -158,6 +158,7 @@
20.5 Add support for concurrent connections
20.6 Use the RFC6265 test suite
20.7 Support LD_PRELOAD on macOS
+ 20.8 Run web-platform-tests url tests
21. Next SONAME bump
21.1 http-style HEAD output for FTP
@@ -1053,6 +1054,15 @@ that doesn't exist on the server, just like --ftp-create-dirs.
properly. Look into making the preload support in runtests.pl portable such
that it uses DYLD_INSERT_LIBRARIES on macOS.
+20.8 Run web-platform-tests url tests
+
+ Run web-platform-tests url tests and compare results with browsers on wpt.fyi
+
+ It would help us find issues to fix and help us document where our parser
+ differs from the WHATWG URL spec parsers.
+
+ See https://github.com/curl/curl/issues/4477
+
21. Next SONAME bump
21.1 http-style HEAD output for FTP