- From: Mike West <web-platform-tests-notifications@w3.org>
- Date: Fri, 11 Dec 2015 12:53:43 GMT
- To: public-web-platform-tests-notifications@w3.org
Replacing the implementation with: ``` var b = new Blob([decodeURIComponent(uri_encoded_input)], { type: "text/html" }); iframe.src = URL.createObjectURL(b); ``` fixes the one test that failed. @inexorabletash, WDYT about using that instead? (Thanks, @gsnedders) View on GitHub: https://github.com/w3c/web-platform-tests/pull/2429#issuecomment-163930501
Received on Friday, 11 December 2015 12:53:51 UTC