-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1827080 [wpt PR 39438] - Update wpt metadata, a=testonly
wpt-pr: 39438 wpt-type: metadata
- Loading branch information
1 parent
2aa1bc7
commit 91476b1
Showing
6 changed files
with
225 additions
and
0 deletions.
There are no files selected for viewing
39 changes: 39 additions & 0 deletions
39
...latform/meta/scroll-animations/css/scroll-timeline-attachment-computed-tentative.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
33 changes: 33 additions & 0 deletions
33
...platform/meta/scroll-animations/css/scroll-timeline-attachment-parsing-tentative.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
45 changes: 45 additions & 0 deletions
45
testing/web-platform/meta/scroll-animations/css/scroll-timeline-shorthand.tentative.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
39 changes: 39 additions & 0 deletions
39
...-platform/meta/scroll-animations/css/view-timeline-attachment-computed-tentative.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
33 changes: 33 additions & 0 deletions
33
...b-platform/meta/scroll-animations/css/view-timeline-attachment-parsing-tentative.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
36 changes: 36 additions & 0 deletions
36
testing/web-platform/meta/scroll-animations/css/view-timeline-shorthand.tentative.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |