Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-grid] Fixed inclusion of CSS Grid testing-utils.js #35462

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SebastianZ
Copy link
Contributor

@SebastianZ SebastianZ commented Aug 14, 2022

The URL path to testing-utils.js for CSS Grid was wrong for a few tests. This change aligns the path with the other tests.

See https://test.csswg.org/harness/test/css-grid-1_dev/single/grid-flex-track-intrinsic-sizes-003/format/html5/ as an example for where this is currently causing a test failure.

Sebastian

@SebastianZ SebastianZ changed the title Fixed inclusion of CSS Grid testing-utils.js [css-grid] Fixed inclusion of CSS Grid testing-utils.js Aug 14, 2022
@@ -27,7 +27,7 @@

<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../grid-definition/support/testing-utils.js"></script>
<script src="support/testing-utils.js"></script>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file doesn't exist. So this breaks these tests.

You could move testing-utils.js to /css/css-grid/support (similar to grid-child-utils.js) and use the full path where testing-utils.js is used (in both grid-definition and layout-algorithm folders).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants