Re: [csswg-drafts] add top-level shared resources from WPT to test.csswg.org

@plinss Is there a way to make sure these top level directories are accessible using relative urls?

For instance, if a test is in `css/css-foo/test-001.html` and a support file is in `css/support/bar.png`, it would be nice to be able to access it as `../support/bar.png`. The motivation is to be able to run tests from `file://`, which should be sufficient for 99% of css tests that don't actually need a server to make sense. That make writing / reviewing tests much more lightweight.

Is this already possible, or does something need to be tweaked with the build system (or server aliases / redirects)?

-- 
GitHub Notification of comment by frivoal
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3076#issuecomment-418559246 using your GitHub account

Received on Wednesday, 5 September 2018 00:23:58 UTC