- From: Manuel Rego Casasnovas <rego@igalia.com>
- Date: Wed, 25 Nov 2015 14:57:00 +0100
- To: public-css-testsuite@w3.org
Hi, in the CSS Grid Layout spec I've created this test: https://github.com/w3c/csswg-test/blob/master/css-grid-1/grid-items/grid-minimun-size-grid-items-006.xht Note that the test is under "css-grid-1/grid-items/" folder. We've different folders for each section of the spec. The test use an image that is under "css-grid-1/support/" referencing it with: <img src="../support/100x100-green.png" /> The test works fine in Shepherd: http://test.csswg.org/shepherd/testcase/grid-minimun-size-grid-items-005/spec/css-grid-1/ However when I try to run it the link to the image is broken: http://test.csswg.org/harness/test/css-grid-1_dev/alpha/grid-minimun-size-grid-items-005/ I see that the test is run in this URL: http://test.csswg.org/suites/css-grid-1_dev/nightly-unstable/html/grid-minimun-size-grid-items-005.htm So "../support/100x100-green.png" is trying to access: http://test.csswg.org/suites/css-grid-1_dev/nightly-unstable/support/100x100-green.png Instead of: http://test.csswg.org/suites/css-grid-1_dev/nightly-unstable/html/support/100x100-green.png What would be the right way to fix this? Thanks you very much, Rego
Received on Wednesday, 25 November 2015 13:58:01 UTC