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

Automatically Triage New Metadata #7112

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions css/css-nesting/META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ links:
subtest: '.foo { .foo, .foo & { color: green; }}'
- test: parsing.html
subtest: '.foo { :is(.bar, .baz) { color: green; }}'
- url: ""
label: interop-2024-nesting
- label: interop-2024-nesting
results:
- test: conditional-properties.html
- test: conditional-rules.html
Expand Down Expand Up @@ -252,3 +251,8 @@ links:
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1919279
results:
- test: contextually-invalid-selectors.html
- product: chrome
url: crbug.com/390443242
results:
- test: cssom.html
subtest: Manipulation of nested declarations through CSSOM
Loading