Skip to content

Commit

Permalink
[ Gardening ] REBASELINE REGRESSION(257759@main): [ Mac wk1 ] importe…
Browse files Browse the repository at this point in the history
…d/w3c/web-platform-t ests/css/css-typed-om/the-s tylepropertymap/properties/ scroll-behavior.html is a constant text failure (249506)

https://bugs.webkit.org/show_bug.cgi?id=249506
rdar://103464702

Unreviewed test gardening.

* LayoutTests/platform/mac-wk1/TestExpectations:
* LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/scroll-behavior-expected.txt:

Canonical link: https://commits.webkit.org/258094@main
  • Loading branch information
robert-jenner committed Dec 19, 2022
1 parent 3028133 commit 72824dd
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 16 deletions.
5 changes: 1 addition & 4 deletions LayoutTests/platform/mac-wk1/TestExpectations
Expand Up @@ -2586,8 +2586,5 @@ webkit.org/b/248493 http/tests/security/contentSecurityPolicy/script-src-parsing
[ Ventura+ ] compositing/fixed-with-main-thread-scrolling.html [ ImageOnlyFailure ]
[ BigSur+ Debug x86_64 ] editing/execCommand/delete-non-editable-range-crash.html [ Pass Timeout ]

# webkit.org/b/249506 REGRESSION(257759@main): [ Mac wk1 ] imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/scroll-behavior.html is a constant text failure
imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/scroll-behavior.html [ Failure ]

# https://bugs.webkit.org/show_bug.cgi?id=249544 Permissions::query does not support geolocation API
imported/w3c/web-platform-tests/geolocation-API/permission.https.html [ Skip ]
imported/w3c/web-platform-tests/geolocation-API/permission.https.html [ Skip ]
@@ -1,14 +1,35 @@

FAIL Can set 'scroll-behavior' to CSS-wide keywords Invalid property scroll-behavior
FAIL Can set 'scroll-behavior' to var() references Invalid property scroll-behavior
FAIL Can set 'scroll-behavior' to the 'auto' keyword Invalid property scroll-behavior
FAIL Can set 'scroll-behavior' to the 'smooth' keyword Invalid property scroll-behavior
PASS Setting 'scroll-behavior' to a length throws TypeError
PASS Setting 'scroll-behavior' to a percent throws TypeError
PASS Setting 'scroll-behavior' to a time throws TypeError
PASS Setting 'scroll-behavior' to an angle throws TypeError
PASS Setting 'scroll-behavior' to a flexible length throws TypeError
PASS Setting 'scroll-behavior' to a number throws TypeError
PASS Setting 'scroll-behavior' to a URL throws TypeError
PASS Setting 'scroll-behavior' to a transform throws TypeError
FAIL Can set 'scroll-behavior' to CSS-wide keywords: initial Invalid property scroll-behavior
FAIL Can set 'scroll-behavior' to CSS-wide keywords: inherit Invalid property scroll-behavior
FAIL Can set 'scroll-behavior' to CSS-wide keywords: unset Invalid property scroll-behavior
FAIL Can set 'scroll-behavior' to CSS-wide keywords: revert Invalid property scroll-behavior
FAIL Can set 'scroll-behavior' to var() references: var(--A) Invalid property scroll-behavior
FAIL Can set 'scroll-behavior' to the 'auto' keyword: auto Invalid property scroll-behavior
FAIL Can set 'scroll-behavior' to the 'smooth' keyword: smooth Invalid property scroll-behavior
PASS Setting 'scroll-behavior' to a length: 0px throws TypeError
PASS Setting 'scroll-behavior' to a length: -3.14em throws TypeError
PASS Setting 'scroll-behavior' to a length: 3.14cm throws TypeError
PASS Setting 'scroll-behavior' to a length: calc(0px + 0em) throws TypeError
PASS Setting 'scroll-behavior' to a percent: 0% throws TypeError
PASS Setting 'scroll-behavior' to a percent: -3.14% throws TypeError
PASS Setting 'scroll-behavior' to a percent: 3.14% throws TypeError
PASS Setting 'scroll-behavior' to a percent: calc(0% + 0%) throws TypeError
PASS Setting 'scroll-behavior' to a time: 0s throws TypeError
PASS Setting 'scroll-behavior' to a time: -3.14ms throws TypeError
PASS Setting 'scroll-behavior' to a time: 3.14s throws TypeError
PASS Setting 'scroll-behavior' to a time: calc(0s + 0ms) throws TypeError
PASS Setting 'scroll-behavior' to an angle: 0deg throws TypeError
PASS Setting 'scroll-behavior' to an angle: 3.14rad throws TypeError
PASS Setting 'scroll-behavior' to an angle: -3.14deg throws TypeError
PASS Setting 'scroll-behavior' to an angle: calc(0rad + 0deg) throws TypeError
PASS Setting 'scroll-behavior' to a flexible length: 0fr throws TypeError
PASS Setting 'scroll-behavior' to a flexible length: 1fr throws TypeError
PASS Setting 'scroll-behavior' to a flexible length: -3.14fr throws TypeError
PASS Setting 'scroll-behavior' to a number: 0 throws TypeError
PASS Setting 'scroll-behavior' to a number: -3.14 throws TypeError
PASS Setting 'scroll-behavior' to a number: 3.14 throws TypeError
PASS Setting 'scroll-behavior' to a number: calc(2 + 3) throws TypeError
PASS Setting 'scroll-behavior' to a transform: translate(50%, 50%) throws TypeError
PASS Setting 'scroll-behavior' to a transform: perspective(10em) throws TypeError
PASS Setting 'scroll-behavior' to a transform: translate3d(0px, 1px, 2px) translate(0px, 1px) rotate3d(1, 2, 3, 45deg) rotate(45deg) scale3d(1, 2, 3) scale(1, 2) skew(1deg, 1deg) skewX(1deg) skewY(45deg) perspective(1px) matrix3d(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16) matrix(1, 2, 3, 4, 5, 6) throws TypeError

0 comments on commit 72824dd

Please sign in to comment.