Bug 164027

Summary: When pasting web archive, width specifiers in srcset attribute change into density specifiers
Product: WebKit Reporter: mitz
Component: ImagesAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: thorton
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Change 'x' to 'w' thorton: review+

Description mitz 2016-10-26 12:42:01 PDT
HTMLImageElement::completeURLsInAttributeValue changes width descriptors in srcset into density descriptors.
Comment 1 mitz 2016-10-26 12:43:30 PDT
<rdar://problem/28964948>
Comment 2 mitz 2016-10-26 13:39:07 PDT
Created attachment 292958 [details]
Change 'x' to 'w'
Comment 3 mitz 2016-10-26 13:42:30 PDT
Thanks, Tim!
Fixed in <https://trac.webkit.org/r207910>.