- From: Michael[tm] Smith <web-platform-tests-notifications@w3.org>
- Date: Sat, 10 Dec 2016 02:03:31 GMT
- To: public-web-platform-tests-notifications@w3.org
I notice the https://github.com/w3c/web-platform-tests/blob/master/html/editing/dnd/canvas/cross-domain/001.xhtml#L5 file has this: ```html <script src="../../resources/crossorigin.js"></script> ``` That is, it references the file by the name`crossorigin.js`. But there is no `../../resources/crossorigin.js` file; instead it’s [`crossorigin.sub.js`](https://github.com/w3c/web-platform-tests/blob/master/html/editing/dnd/resources/crossorigin.sub.js). Is that a bug? Or does wptserve magically rewrite the filename? View on GitHub: https://github.com/w3c/web-platform-tests/pull/4100#issuecomment-266170406
Received on Saturday, 10 December 2016 02:03:43 UTC