Re: [fetch-tests][html-tests][service-workers-tests] Find affected test files when support files change, and run stability checker on the tests (#4100)

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