chromium/third_party/blink/web_tests/http/tests/inspector-protocol/attribution-reporting/insecure-subresource-preload-expected.txt

Test that an untrustworthy attributionsrc triggers an issue when the img is preloaded.
Issue reported: {
    code : AttributionReportingIssue
    details : {
        attributionReportingIssueDetails : {
            invalidParameter : wss://example.test
            violatingNodeId : <number>
            violationType : UntrustworthyReportingOrigin
        }
    }
}