LinkSanitizeTest::testBlankTitle in core/modules/link/tests/link.sanitize.test
Test that query URLs can be turned into absolute URLs.
LinkSanitizeTest::testBlankTitleWithFragment in core/modules/link/tests/link.sanitize.test
Test that query URLs can be turned into absolute URLs.
LinkSanitizeTest::testBlankTitleWithMultipleQueries in core/modules/link/tests/link.sanitize.test
Test that multiple query URLs can be turned into absolute URLs.
LinkSanitizeTest::testBlankTitleWithQuery in core/modules/link/tests/link.sanitize.test
Test that query URLs can be turned into absolute URLs.
LinkSanitizeTest::testBlankTitleWithQueryAndFragment in core/modules/link/tests/link.sanitize.test
Test that query URLs can be turned into absolute URLs.
LinkSanitizeTest::testHash in core/modules/link/tests/link.sanitize.test
Test that hash URLs are returned as is.
LinkSanitizeTest::testHtmlTitle in core/modules/link/tests/link.sanitize.test
Test that unwanted HTML in titles is removed.
LinkSanitizeTest::testQueryString in core/modules/link/tests/link.sanitize.test
Test that query string URLs are returned as is.
LinkSanitizeTest::testXssFiltering in core/modules/link/tests/link.sanitize.test
Assert that attributes are filtered.