The test is failing since the introduction of this feature in r242941 (Web Inspector: Audit: provide a way to get the contents of resources https://bugs.webkit.org/show_bug.cgi?id=195266). It seems the problem is that in the GTK port there's an extra assert print. Diff: --- /WebKit/WebKitBuild/Release/layout-test-results/inspector/audit/run-resources-expected.txt +++ /WebKit/WebKitBuild/Release/layout-test-results/inspector/audit/run-resources-actual.txt @@ -13,6 +13,7 @@ PASS: sample-resource.css should have the expected content. PASS: sample-resource.css should not be base64 encoded. Found sample-resource.js. +ASSERT: sample-resource.js should have a text/javascript MIME type. PASS: sample-resource.js should have the expected content. PASS: sample-resource.js should not be base64 encoded.
Created attachment 448363 [details] Patch
Comment on attachment 448363 [details] Patch LGTM.
Committed r287752 (245815@main): <https://commits.webkit.org/245815@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 448363 [details].
<rdar://problem/87256140>