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

Update latest WPT Manifest for go_test #6773

Merged
Merged
Show file tree
Hide file tree
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
51 changes: 11 additions & 40 deletions css/css-scroll-snap-2/parsing/META.yml
Original file line number Diff line number Diff line change
@@ -1,41 +1,12 @@
links:
- product: firefox
results:
- subtest: e.style['scroll-start-target'] = "none" should set scroll-start-target-block
test: scroll-start-target-shorthand.html
- subtest: e.style['scroll-start-target'] = "none" should set scroll-start-target-inline
test: scroll-start-target-shorthand.html
- subtest: e.style['scroll-start-target'] = "none" should not set unrelated longhands
test: scroll-start-target-shorthand.html
- subtest: e.style['scroll-start-target'] = "auto" should set scroll-start-target-block
test: scroll-start-target-shorthand.html
- subtest: e.style['scroll-start-target'] = "auto" should set scroll-start-target-inline
test: scroll-start-target-shorthand.html
- subtest: e.style['scroll-start-target'] = "auto" should not set unrelated longhands
test: scroll-start-target-shorthand.html
- subtest: e.style['scroll-start-target'] = "none auto" should set scroll-start-target-block
test: scroll-start-target-shorthand.html
- subtest: e.style['scroll-start-target'] = "none auto" should set scroll-start-target-inline
test: scroll-start-target-shorthand.html
- subtest: e.style['scroll-start-target'] = "none auto" should not set unrelated
longhands
test: scroll-start-target-shorthand.html
- subtest: e.style['scroll-start-target'] = "auto none" should set scroll-start-target-block
test: scroll-start-target-shorthand.html
- subtest: e.style['scroll-start-target'] = "auto none" should set scroll-start-target-inline
test: scroll-start-target-shorthand.html
- subtest: e.style['scroll-start-target'] = "auto none" should not set unrelated
longhands
test: scroll-start-target-shorthand.html
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1917050
- product: firefox
results:
- subtest: Property scroll-start-target value 'auto'
test: scroll-start-target-computed.html
- subtest: Property scroll-start-target value 'none'
test: scroll-start-target-computed.html
- subtest: e.style['scroll-start-target'] = "none" should set the property value
test: scroll-start-target-valid.html
- subtest: e.style['scroll-start-target'] = "auto" should set the property value
test: scroll-start-target-valid.html
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1921315
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1921315
results:
- test: scroll-start-target-computed.html
subtest: Property scroll-start-target value 'auto'
- test: scroll-start-target-computed.html
subtest: Property scroll-start-target value 'none'
- test: scroll-start-target-valid.html
subtest: e.style['scroll-start-target'] = "none" should set the property value
- test: scroll-start-target-valid.html
subtest: e.style['scroll-start-target'] = "auto" should set the property value
Loading
Loading