Bug 21573
| Summary: | Warning in web inspector on 404 stylesheet | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kevin Glowacz <glowacz> |
| Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dev+webkit, mmatyas |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Kevin Glowacz
When a 404 is returned for a css file, the web inspector reports a warning: "Resource interpreted as stylesheet but transferred with MIME type text/html."
Obviously the 404 page will have a MIME type of text/html, but the web inspector should know the item was not found as opposed to trying to interpret the 404 page as css.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mátyás Mustoha
This problem has been solved, the inspector correctly reports missing css files as 404 errors and won't try to parse the page.
I'm going to close this bug.