Bug 309704
| Summary: | [grid-lanes] Fix unreachable dice.png image path in grid-lanes-contain-intrinsic-size-010 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brandon <brandonstewart> |
| Component: | CSS | Assignee: | Brandon <brandonstewart> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | koivisto, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 26 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Brandon
The test was referencing dice.png via a relative path that traversed up four
directories (../../../../css-sizing/...), which the test runner cannot resolve.
Copy the image into a local resources/ directory and update the src to match,
consistent with the original contain-intrinsic-size-012 test and the expected
result file.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/172307700>
Brandon
Pull request: https://github.com/WebKit/WebKit/pull/60386
EWS
Committed 309112@main (a774a735d2b7): <https://commits.webkit.org/309112@main>
Reviewed commits have been landed. Closing PR #60386 and removing active labels.