[css-flexbox] move additional abspos tests into abspos/ #27187
Merged
Conversation
Now that a abspos/ directly exists, move additional tests that list https://drafts.csswg.org/css-flexbox/#abspos-items as their only spec link into this subdirectory. Follow-up to #27174.
Comparing these two views manually, I've checked that the same tests pass and fail, with precisely the same number of subtest failures: That gives me confidence I didn't entirely break the tests. |
a6cbbb4
into
master
21 of 22 checks passed
21 of 22 checks passed
Azure Pipelines (affected tests without changes: Safari Technology Preview)
affected tests without changes: Safari Technology Preview succeeded
Details
Azure Pipelines (affected tests: Safari Technology Preview)
affected tests: Safari Technology Preview succeeded
Details
Azure Pipelines (wpt.fyi hook: safari-preview-affected-tests)
wpt.fyi hook: safari-preview-affected-tests succeeded
Details
Azure Pipelines (wpt.fyi hook: safari-preview-affected-tests-without-changes)
wpt.fyi hook: safari-preview-affected-tests-without-changes succeeded
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Now that a abspos/ directly exists, move additional tests that list
https://drafts.csswg.org/css-flexbox/#abspos-items as their only spec
link into this subdirectory.
Follow-up to #27174.