Bug 196196 - [GTK] Regression in inspector/audit/run-resources.html
Summary: [GTK] Regression in inspector/audit/run-resources.html
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Diego Pino
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-03-25 03:07 PDT by Diego Pino
Modified: 2022-01-07 09:29 PST (History)
6 users (show)

See Also:


Attachments
Patch (2.63 KB, patch)
2022-01-05 00:23 PST, Diego Pino
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Pino 2019-03-25 03:07:59 PDT
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.
Comment 1 Diego Pino 2022-01-05 00:23:21 PST
Created attachment 448363 [details]
Patch
Comment 2 Chris Lord 2022-01-07 08:12:56 PST
Comment on attachment 448363 [details]
Patch

LGTM.
Comment 3 EWS 2022-01-07 09:28:31 PST
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].
Comment 4 Radar WebKit Bug Importer 2022-01-07 09:29:25 PST
<rdar://problem/87256140>