Skip to content

Commit

Permalink
Bug 1827080 [wpt PR 39438] - Update wpt metadata, a=testonly
Browse files Browse the repository at this point in the history
wpt-pr: 39438
wpt-type: metadata
  • Loading branch information
moz-wptsync-bot committed Apr 14, 2023
1 parent 2aa1bc7 commit 91476b1
Show file tree
Hide file tree
Showing 6 changed files with 225 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
[scroll-timeline-attachment-computed-tentative.html]
[Property scroll-timeline-attachment value 'initial']
expected: FAIL

[Property scroll-timeline-attachment value 'inherit']
expected: FAIL

[Property scroll-timeline-attachment value 'unset']
expected: FAIL

[Property scroll-timeline-attachment value 'revert']
expected: FAIL

[Property scroll-timeline-attachment value 'local']
expected: FAIL

[Property scroll-timeline-attachment value 'defer']
expected: FAIL

[Property scroll-timeline-attachment value 'ancestor']
expected: FAIL

[Property scroll-timeline-attachment value 'local, defer']
expected: FAIL

[Property scroll-timeline-attachment value 'defer, ancestor']
expected: FAIL

[Property scroll-timeline-attachment value 'local, defer, ancestor']
expected: FAIL

[Property scroll-timeline-attachment value 'local, local, local, local']
expected: FAIL

[The scroll-timeline-attachment property shows up in CSSStyleDeclaration enumeration]
expected: FAIL

[The scroll-timeline-attachment property shows up in CSSStyleDeclaration.cssText]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[scroll-timeline-attachment-parsing-tentative.html]
[e.style['scroll-timeline-attachment'\] = "initial" should set the property value]
expected: FAIL

[e.style['scroll-timeline-attachment'\] = "inherit" should set the property value]
expected: FAIL

[e.style['scroll-timeline-attachment'\] = "unset" should set the property value]
expected: FAIL

[e.style['scroll-timeline-attachment'\] = "revert" should set the property value]
expected: FAIL

[e.style['scroll-timeline-attachment'\] = "local" should set the property value]
expected: FAIL

[e.style['scroll-timeline-attachment'\] = "defer" should set the property value]
expected: FAIL

[e.style['scroll-timeline-attachment'\] = "ancestor" should set the property value]
expected: FAIL

[e.style['scroll-timeline-attachment'\] = "local, defer" should set the property value]
expected: FAIL

[e.style['scroll-timeline-attachment'\] = "defer, ancestor" should set the property value]
expected: FAIL

[e.style['scroll-timeline-attachment'\] = "local, defer, ancestor, local" should set the property value]
expected: FAIL

[e.style['scroll-timeline-attachment'\] = "local, local, local, local" should set the property value]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
[scroll-timeline-shorthand.tentative.html]
[e.style['scroll-timeline'\] = "abc vertical local" should set scroll-timeline-attachment]
expected: FAIL

[e.style['scroll-timeline'\] = "abc vertical local" should set scroll-timeline-axis]
expected: FAIL

[e.style['scroll-timeline'\] = "abc vertical local" should set scroll-timeline-name]
expected: FAIL

[e.style['scroll-timeline'\] = "abc vertical local" should not set unrelated longhands]
expected: FAIL

[e.style['scroll-timeline'\] = "inline horizontal defer" should set scroll-timeline-attachment]
expected: FAIL

[e.style['scroll-timeline'\] = "inline horizontal defer" should set scroll-timeline-axis]
expected: FAIL

[e.style['scroll-timeline'\] = "inline horizontal defer" should set scroll-timeline-name]
expected: FAIL

[e.style['scroll-timeline'\] = "inline horizontal defer" should not set unrelated longhands]
expected: FAIL

[e.style['scroll-timeline'\] = "abc vertical ancestor, def" should set scroll-timeline-attachment]
expected: FAIL

[e.style['scroll-timeline'\] = "abc vertical ancestor, def" should set scroll-timeline-axis]
expected: FAIL

[e.style['scroll-timeline'\] = "abc vertical ancestor, def" should set scroll-timeline-name]
expected: FAIL

[e.style['scroll-timeline'\] = "abc vertical ancestor, def" should not set unrelated longhands]
expected: FAIL

[e.style['scroll-timeline'\] = "abc, def" should set scroll-timeline-attachment]
expected: FAIL

[Shorthand contraction of scroll-timeline-name:abc:undefined;scroll-timeline-axis:inline:undefined;scroll-timeline-attachment:defer:undefined]
expected: FAIL

[Shorthand contraction of scroll-timeline-name:a, b:undefined;scroll-timeline-axis:inline, block:undefined;scroll-timeline-attachment:ancestor, local:undefined]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
[view-timeline-attachment-computed-tentative.html]
[Property view-timeline-attachment value 'initial']
expected: FAIL

[Property view-timeline-attachment value 'inherit']
expected: FAIL

[Property view-timeline-attachment value 'unset']
expected: FAIL

[Property view-timeline-attachment value 'revert']
expected: FAIL

[Property view-timeline-attachment value 'local']
expected: FAIL

[Property view-timeline-attachment value 'defer']
expected: FAIL

[Property view-timeline-attachment value 'ancestor']
expected: FAIL

[Property view-timeline-attachment value 'local, defer']
expected: FAIL

[Property view-timeline-attachment value 'defer, ancestor']
expected: FAIL

[Property view-timeline-attachment value 'local, defer, ancestor']
expected: FAIL

[Property view-timeline-attachment value 'local, local, local, local']
expected: FAIL

[The view-timeline-attachment property shows up in CSSStyleDeclaration enumeration]
expected: FAIL

[The view-timeline-attachment property shows up in CSSStyleDeclaration.cssText]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[view-timeline-attachment-parsing-tentative.html]
[e.style['view-timeline-attachment'\] = "initial" should set the property value]
expected: FAIL

[e.style['view-timeline-attachment'\] = "inherit" should set the property value]
expected: FAIL

[e.style['view-timeline-attachment'\] = "unset" should set the property value]
expected: FAIL

[e.style['view-timeline-attachment'\] = "revert" should set the property value]
expected: FAIL

[e.style['view-timeline-attachment'\] = "local" should set the property value]
expected: FAIL

[e.style['view-timeline-attachment'\] = "defer" should set the property value]
expected: FAIL

[e.style['view-timeline-attachment'\] = "ancestor" should set the property value]
expected: FAIL

[e.style['view-timeline-attachment'\] = "local, defer" should set the property value]
expected: FAIL

[e.style['view-timeline-attachment'\] = "defer, ancestor" should set the property value]
expected: FAIL

[e.style['view-timeline-attachment'\] = "local, defer, ancestor, local" should set the property value]
expected: FAIL

[e.style['view-timeline-attachment'\] = "local, local, local, local" should set the property value]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[view-timeline-shorthand.tentative.html]
[e.style['view-timeline'\] = "abc vertical" should set view-timeline-attachment]
expected: FAIL

[e.style['view-timeline'\] = "abc vertical defer, def" should set view-timeline-attachment]
expected: FAIL

[e.style['view-timeline'\] = "abc vertical defer, def" should set view-timeline-axis]
expected: FAIL

[e.style['view-timeline'\] = "abc vertical defer, def" should set view-timeline-name]
expected: FAIL

[e.style['view-timeline'\] = "abc vertical defer, def" should not set unrelated longhands]
expected: FAIL

[e.style['view-timeline'\] = "abc, def" should set view-timeline-attachment]
expected: FAIL

[e.style['view-timeline'\] = "inline horizontal ancestor" should set view-timeline-attachment]
expected: FAIL

[e.style['view-timeline'\] = "inline horizontal ancestor" should set view-timeline-axis]
expected: FAIL

[e.style['view-timeline'\] = "inline horizontal ancestor" should set view-timeline-name]
expected: FAIL

[e.style['view-timeline'\] = "inline horizontal ancestor" should not set unrelated longhands]
expected: FAIL

[Shorthand contraction of view-timeline-name:abc:undefined;view-timeline-axis:inline:undefined;view-timeline-attachment:ancestor:undefined]
expected: FAIL

[Shorthand contraction of view-timeline-name:a, b:undefined;view-timeline-axis:inline, block:undefined;view-timeline-attachment:defer, local:undefined]
expected: FAIL

0 comments on commit 91476b1

Please sign in to comment.