Skip to content
Open
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
21 changes: 21 additions & 0 deletions css/css-anchor-position/parsing/META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,24 @@ links:
- test: position-try-computed.html
- test: position-try-fallbacks-computed.html
- test: position-try-fallbacks-parsing.html
- product: firefox
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1989059
results:
- test: position-try-order-parsing.html
subtest: e.style['position-try-order'] = "initial" should set the property value
- test: position-try-order-parsing.html
subtest: e.style['position-try-order'] = "inherit" should set the property value
- test: position-try-order-parsing.html
subtest: e.style['position-try-order'] = "unset" should set the property value
- test: position-try-order-parsing.html
subtest: e.style['position-try-order'] = "revert" should set the property value
- test: position-try-order-parsing.html
subtest: e.style['position-try-order'] = "normal" should set the property value
- test: position-try-order-parsing.html
subtest: e.style['position-try-order'] = "most-width" should set the property value
- test: position-try-order-parsing.html
subtest: e.style['position-try-order'] = "most-height" should set the property value
- test: position-try-order-parsing.html
subtest: e.style['position-try-order'] = "most-block-size" should set the property value
- test: position-try-order-parsing.html
subtest: e.style['position-try-order'] = "most-inline-size" should set the property value
Loading