Bug 114601
| Summary: | LayoutTests/css3/supports-cssom.html uses bad import URL | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Steve Block <steveblock> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | pf, steveblock |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 104822 | ||
Steve Block
This test imports ../fast/cssom/resources/import.css which does not exist. Should this be ../cssom/resources/import.css ?
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Pablo Flouret
Possibly... was that folder moved somewhat recently?
Steve Block
> was that folder moved somewhat recently?
I don't think so. The path was bad (http://trac.webkit.org/browser/trunk/LayoutTests/fast/cssom?rev=139866) when you added the test (http://trac.webkit.org/changeset/139866).
But http://trac.webkit.org/browser/trunk/LayoutTests/cssom/resources/import.css?rev=139866 was good.
Pablo Flouret
Yeah, i guess ../cssom/resources/import.css would work then.