Bug 54738

Summary: Web Inspector: [Audits] Image dimensions in inline style not checked
Product: WebKit Reporter: Alexander Pavlov (apavlov) <apavlov>
Component: Web Inspector (Deprecated)Assignee: Alexander Pavlov (apavlov) <apavlov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, commit-queue, joepeck, keishi, loislo, pfeldman, pmuellr, rik, rniwa, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Suggested fix none

Alexander Pavlov (apavlov)
Reported 2011-02-18 03:20:06 PST
1. Create a page that contains an image with dimensions in the style attribute. <img style="width: 16px; height: 16px" src="http://someurl/file.gif"> 2. Audit the page in chrome A warning appears that the image file.gif does not have its width and/or height specified. Upstreaming Chromium issue http://code.google.com/p/chromium/issues/detail?id=58067
Attachments
[PATCH] Suggested fix (3.64 KB, patch)
2011-02-18 03:31 PST, Alexander Pavlov (apavlov)
no flags
Alexander Pavlov (apavlov)
Comment 1 2011-02-18 03:31:22 PST
Created attachment 82939 [details] [PATCH] Suggested fix
WebKit Commit Bot
Comment 2 2011-02-21 06:40:52 PST
Comment on attachment 82939 [details] [PATCH] Suggested fix Clearing flags on attachment: 82939 Committed r79218: <http://trac.webkit.org/changeset/79218>
WebKit Commit Bot
Comment 3 2011-02-21 06:40:57 PST
All reviewed patches have been landed. Closing bug.
Ryosuke Niwa
Comment 4 2011-02-21 06:42:24 PST
Note You need to log in before you can comment on or make changes to this bug.