Re: [html-tests] Test that form data name/values are converted to USVs (#4284)

Hmm. What I really want to do is to test the bytes that the server sees. Is anyone familiar enough with the WPT framework and with Python to help me with that? I'm thinking that maybe I should write out the body as a series of numeric byte sequences and then I can test against the string containing those numeric byte sequences.

That would at least avoid the bytes -> text/plain avenue for confusion, although the form data set -> text/plain encoded bytes step is still mixed up in here.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/4284#issuecomment-265308536

Received on Tuesday, 6 December 2016 23:37:34 UTC