| Summary: | REBASELINE(255032@main): [ iOS ] imported/w3c/web-platform-tests/screen-orientation/orientation-reading.html is a constant failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hercules Hjalmarsson <hhjalmarsson> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | marcosc, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Hercules Hjalmarsson
2022-10-03 11:45:21 PDT
This issue can be bisected to 255032@main using command: run-webkit-tests --iterations=2 --ios-simulator imported/w3c/web-platform-tests/screen-orientation/orientation-reading.html This appears to be progression and just need to be rebaselined due to in 255032@main the entire test was rebaselined and went from: @@ -1,8 +1,10 @@ -PASS Test screen.orientation properties -FAIL Test screen.orientation default values. assert_true: expected true got false +Harness Error (FAIL), message = Test named 'Test that screen.orientation values change if the orientation changes' specified 1 'cleanup' function, and 1 failed. + +FAIL Test screen.orientation properties screen.orientation is not an Object. (evaluating '"type" in screen.orientation') +FAIL Test screen.orientation default values. undefined is not an object (evaluating 'screen.orientation.type') 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 +FAIL Test that screen.orientation properties are not writable undefined is not an object (evaluating 'screen.orientation.type') PASS Test that screen.orientation is always the same object FAIL Test that screen.orientation values change if the orientation changes promise_test: Unhandled rejection with value: object "TypeError: document.documentElement.requestFullscreen is not a function. (In 'document.documentElement.requestFullscreen()', 'document.documentElement.requestFullscreen' is undefined)" To: @@ -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 But the line: FAIL Test screen.orientation default values. assert_true: expected true got false Is actually passing on iOS compared to macOS when running the test. Test gardening commit 255097@main (0bc59aef25d0): <https://commits.webkit.org/255097@main> Reviewed commits have been landed. Closing PR #4940 and removing active labels. Is there anything left to do here? |