Description: http/tests/security/xss-DENIED-xsl-external-entity.xml The test was consistently passing until 254247@main, when the test began consistently failing. History: https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fsecurity%2Fxss-DENIED-xsl-external-entity.xml&version_name=Monterey&flavor=wk2 Diff/: --- /Volumes/Data/worker/Apple-Monterey-Release-WK2-Tests/build/layout-test-results/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt +++ /Volumes/Data/worker/Apple-Monterey-Release-WK2-Tests/build/layout-test-results/http/tests/security/xss-DENIED-xsl-external-entity-actual.txt @@ -1,3 +1,5 @@ +CONSOLE MESSAGE: Unsafe attempt to load URL http://localhost:8000/security/resources/target.xml from origin http://127.0.0.1:8000. Domains, protocols and ports must match. + CONSOLE MESSAGE: Unsafe attempt to load URL http://localhost:8000/security/resources/target.xml from origin http://127.0.0.1:8000. Domains, protocols and ports must match. This test includes a cross-origin external entity. It passes if the load fails and thus there is no text below this line.
<rdar://problem/99751762>
Edit - The text expectation was migrated at 254246@main and seems to be the regression point. This test appears just to need to be rebaselined for Monterey.
This also affects test http/tests/security/xss-DENIED-xsl-external-entity-redirect.xml
Pull request: https://github.com/WebKit/WebKit/pull/4181
Test gardening commit 254316@main (bf98a7f5da85): <https://commits.webkit.org/254316@main> Reviewed commits have been landed. Closing PR #4181 and removing active labels.
Test gardening commit 254318@main (aef5784f8015): <https://commits.webkit.org/254318@main> Reviewed commits have been landed. Closing PR #4184 and removing active labels.
Test gardening commit 254334@main (81c010ff9aae): <https://commits.webkit.org/254334@main> Reviewed commits have been landed. Closing PR #4199 and removing active labels.
Verified after the rebaseline for Monterey landing at 254334@main that the tests are consistently passing.