Bug 275962 - REGRESSION(280355@main): [ macOS iOS ] imported/w3c/web-platform-tests/navigation-api/navigation-history-entry/no-referrer-dynamic-url-censored.html is constantly failing.
Summary: REGRESSION(280355@main): [ macOS iOS ] imported/w3c/web-platform-tests/naviga...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-06-27 11:23 PDT by Anfernee Viduya
Modified: 2024-06-28 17:48 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anfernee Viduya 2024-06-27 11:23:46 PDT
imported/w3c/web-platform-tests/navigation-api/navigation-history-entry/no-referrer-dynamic-url-censored.html 

is constantly failing on macOS and iOS since 280355@main landed. In the commit it noted that the implementation is "Not yet complete". 

HISTORY:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fnavigation-api%2Fnavigation-history-entry%2Fno-referrer-dynamic-url-censored.html&platform=ios&platform=mac&platform=visionos 

DIFFS:
--- /Volumes/Data/worker/Apple-Sonoma-Release-AppleSilicon-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/navigation-api/navigation-history-entry/no-referrer-dynamic-url-censored-expected.txt
+++ /Volumes/Data/worker/Apple-Sonoma-Release-AppleSilicon-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/navigation-api/navigation-history-entry/no-referrer-dynamic-url-censored-actual.txt
@@ -1,4 +1,4 @@
 
 
-FAIL The url of a document is censored by a no-referrer policy dynamically promise_test: Unhandled rejection with value: object "TypeError: undefined is not an object (evaluating 'i.contentWindow.navigation.activation.from')"
+FAIL The url of a document is censored by a no-referrer policy dynamically promise_test: Unhandled rejection with value: object "TypeError: null is not an object (evaluating 'i.contentWindow.navigation.activation.from.url')"
Comment 1 Radar WebKit Bug Importer 2024-06-27 11:30:02 PDT
<rdar://problem/130689468>
Comment 2 Anfernee Viduya 2024-06-27 11:43:58 PDT
REPRODUCIBILITY:
I was able to reproduce by using command. 
run-webkit-tests --root --exit-after-n-failures 1 imported/w3c/web-platform-tests/media-source/dedicated-worker/mediasource-worker-detach-element.html
Comment 3 Anfernee Viduya 2024-06-27 14:45:27 PDT
Pull request: https://github.com/WebKit/WebKit/pull/30247
Comment 4 Anfernee Viduya 2024-06-27 14:49:19 PDT
I have opted to set the test expectation as Failure with the above commit.
Comment 5 Ryan Haddad 2024-06-27 15:20:31 PDT
(In reply to Anfernee Viduya from comment #4)
> I have opted to set the test expectation as Failure with the above commit.

I do wonder if it would make more sense to re-baseline since it seems like it went from one error message to another rather than PASS -> FAIL
Comment 6 EWS 2024-06-27 17:55:39 PDT
Test gardening commit 280440@main (1fe29ec3d435): <https://commits.webkit.org/280440@main>

Reviewed commits have been landed. Closing PR #30247 and removing active labels.