Skip to content

Commit

Permalink
Gecko sync update
Browse files Browse the repository at this point in the history
  • Loading branch information
moz-wptsync-bot committed Dec 17, 2024
1 parent c54481d commit a8be727
Showing 1 changed file with 100 additions and 0 deletions.
100 changes: 100 additions & 0 deletions css/css-overflow/parsing/parsing/META.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
links:
- product: firefox
results:
- subtest: '"::scroll-button(up)" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(down)" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(left)" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(right)" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(block-start)" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(inline-start)" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(inline-end)" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(block-end)" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(up):focus" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(down):focus" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(left):focus" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(right):focus" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(block-start):focus" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(inline-start):focus" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(inline-end):focus" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(block-end):focus" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(up):disabled" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(down):disabled" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(left):disabled" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(right):disabled" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(block-start):disabled" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(inline-start):disabled" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(inline-end):disabled" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(block-end):disabled" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(up):enabled" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(down):enabled" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(left):enabled" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(right):enabled" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(block-start):enabled" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(inline-start):enabled" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(inline-end):enabled" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: '"::scroll-button(block-end):enabled" should be a valid selector'
test: scroll-buttons-valid.html
- subtest: Property scroll-marker-group value 'initial'
test: scroll-markers-computed.html
- subtest: Property scroll-marker-group value 'inherit'
test: scroll-markers-computed.html
- subtest: Property scroll-marker-group value 'unset'
test: scroll-markers-computed.html
- subtest: Property scroll-marker-group value 'revert'
test: scroll-markers-computed.html
- subtest: Property scroll-marker-group value 'none'
test: scroll-markers-computed.html
- subtest: Property scroll-marker-group value 'before'
test: scroll-markers-computed.html
- subtest: Property scroll-marker-group value 'after'
test: scroll-markers-computed.html
- subtest: The scroll-marker-group property shows up in CSSStyleDeclaration enumeration
test: scroll-markers-computed.html
- subtest: The scroll-marker-group property shows up in CSSStyleDeclaration.cssText
test: scroll-markers-computed.html
- subtest: e.style['scroll-marker-group'] = "initial" should set the property value
test: scroll-markers-valid.html
- subtest: e.style['scroll-marker-group'] = "inherit" should set the property value
test: scroll-markers-valid.html
- subtest: e.style['scroll-marker-group'] = "unset" should set the property value
test: scroll-markers-valid.html
- subtest: e.style['scroll-marker-group'] = "revert" should set the property value
test: scroll-markers-valid.html
- subtest: e.style['scroll-marker-group'] = "none" should set the property value
test: scroll-markers-valid.html
- subtest: e.style['scroll-marker-group'] = "before" should set the property value
test: scroll-markers-valid.html
- subtest: e.style['scroll-marker-group'] = "after" should set the property value
test: scroll-markers-valid.html
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1937847

0 comments on commit a8be727

Please sign in to comment.