Skip to content

Commit

Permalink
[Gardening]: New Tests(255047@main): [ iOS macOS ] 3X imported/w3c/we…
Browse files Browse the repository at this point in the history
…b-platform-tests/feature-policy/(Layout tests) are constantly failing

https://bugs.webkit.org/show_bug.cgi?id=245967

Unreviewed test gardening.

* LayoutTests/platform/ios-wk2/TestExpectations:
* LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/feature-policy/reporting/picture-in-picture-reporting-expected.txt: Added.
* LayoutTests/platform/ios/imported/w3c/web-platform-tests/feature-policy/experimental-features/vertical-scroll-scrollintoview.tentative-expected.txt: Added.

Canonical link: https://commits.webkit.org/256250@main
  • Loading branch information
HerculesH committed Nov 2, 2022
1 parent 978e825 commit cd4a1c5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
5 changes: 1 addition & 4 deletions LayoutTests/platform/ios-wk2/TestExpectations
Original file line number Diff line number Diff line change
Expand Up @@ -2399,10 +2399,7 @@ webkit.org/b/245745 [ Debug ] svg/compositing/inline-svg-non-integer-position-di

webkit.org/b/246357 imported/w3c/web-platform-tests/feature-policy/reporting/payment-reporting.https.html [ Pass Failure ]

# webkit.org/b/245967 3X imported/w3c/web-platform-tests/feature-policy/(Layout tests) failing since added
imported/w3c/web-platform-tests/feature-policy/reporting/picture-in-picture-reporting.html [ Pass Failure ]
imported/w3c/web-platform-tests/feature-policy/feature-policy-frame-policy-allowed-for-some-override.https.sub.html [ Pass Failure ]
imported/w3c/web-platform-tests/feature-policy/experimental-features/vertical-scroll-scrollintoview.tentative.html [ Failure ]
webkit.org/b/245967 imported/w3c/web-platform-tests/feature-policy/feature-policy-frame-policy-allowed-for-some-override.https.sub.html [ Pass Failure ]

webkit.org/b/245994 imported/w3c/web-platform-tests/streams/readable-byte-streams/construct-byob-request.any.worker.html [ Pass Failure ]

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

FAIL Picture-in-Picture Report Format promise_rejects_dom: Picture-in-Picture should not be allowed in this document. function "function () { throw e }" threw object "NotSupportedError: The Picture-in-Picture mode is not supported." that is not a DOMException SecurityError: property "code" is equal to 9, expected 18

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
An <iframe> further below which is not allowed to block scroll.


Making sure there is room for vertical scroll


PASS Calling 'scrollIntoView()' inside a <iframe> will propagate up by default('vertical-scroll' enabled).
FAIL Calling 'scrollIntoView()' inside a <iframe> with 'vertical-scroll none;'will not propagate upwards. assert_equals: Main frame must not scroll vertically. expected 0 but got 3851

0 comments on commit cd4a1c5

Please sign in to comment.