RESOLVED INVALID 245965
New Tests(255047@main): [ iOS macOS ] 3X imported/w3c/web-platform-tests/feature-policy/(Layout tests) are constant failures
https://bugs.webkit.org/show_bug.cgi?id=245965
Summary New Tests(255047@main): [ iOS macOS ] 3X imported/w3c/web-platform-tests/feat...
Hercules Hjalmarsson
Reported 2022-10-03 08:47:32 PDT
imported/w3c/web-platform-tests/feature-policy/reporting/picture-in-picture-reporting.html imported/w3c/web-platform-tests/feature-policy/feature-policy-frame-policy-allowed-for-some-override.https.sub.html imported/w3c/web-platform-tests/feature-policy/experimental-features/vertical-scroll-scrollintoview.tentative.html Are three constant text failures on iOS and macOS ToT and since introduced at 255047@main. It appears that at least the orientation-reading test need to be rebaselined. However, I'm unsure if vertical-scroll-scrollintoview.tentative and picture-in-picture-reporting should be resolved differently since they clearly do not meet expected output. HISTORY: https://results.webkit.org/?suite=layout-tests&suite=layout-tests&suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Ffeature-policy%2Ffeature-policy-frame-policy-allowed-for-some-override.https.sub.html&test=imported%2Fw3c%2Fweb-platform-tests%2Ffeature-policy%2Freporting%2Fpicture-in-picture-reporting.html&test=imported%2Fw3c%2Fweb-platform-tests%2Fscreen-orientation%2Forientation-reading.html DIFFS: --- /Volumes/Data/worker/Apple-iOS-16-Simulator-Release-arm64-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/feature-policy/experimental-features/vertical-scroll-scrollintoview.tentative-expected.txt +++ /Volumes/Data/worker/Apple-iOS-16-Simulator-Release-arm64-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/feature-policy/experimental-features/vertical-scroll-scrollintoview.tentative-actual.txt @@ -5,5 +5,5 @@ 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 3772 +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 --- /Volumes/Data/worker/Apple-iOS-16-Simulator-Release-arm64-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/feature-policy/reporting/picture-in-picture-reporting-expected.txt +++ /Volumes/Data/worker/Apple-iOS-16-Simulator-Release-arm64-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/feature-policy/reporting/picture-in-picture-reporting-actual.txt @@ -1,3 +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 "InvalidStateError: The video element does not have a video track or it has not detected a video track yet." that is not a DOMException SecurityError: property "code" is equal to 11, expected 18 +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 --- /Volumes/Data/worker/Apple-iOS-16-Simulator-Release-arm64-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/screen-orientation/orientation-reading-expected.txt +++ /Volumes/Data/worker/Apple-iOS-16-Simulator-Release-arm64-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/screen-orientation/orientation-reading-actual.txt @@ -1,6 +1,6 @@ PASS Test screen.orientation properties -FAIL Test screen.orientation default values. assert_true: expected true got false +PASS Test screen.orientation default values. FAIL Test the orientations and associated angles promise_test: Unhandled rejection with value: object "TypeError: document.documentElement.requestFullscreen is not a function. (In 'document.documentElement.requestFullscreen()', 'document.documentElement.requestFullscreen' is undefined)" PASS Test that screen.orientation properties are not writable PASS Test that screen.orientation is always the same object
Attachments
Radar WebKit Bug Importer
Comment 1 2022-10-03 08:47:54 PDT
Hercules Hjalmarsson
Comment 2 2022-10-03 08:56:25 PDT
This issue can be bisected to 255047@main using command: run-webkit-tests --iterations=2 --ios-simulator imported/w3c/web-platform-tests/feature-policy/reporting/picture-in-picture-reporting.html
Note You need to log in before you can comment on or make changes to this bug.