Bug 136859

Summary: Web Inspector: Wrong parsing css-property with url which contains ";"
Product: WebKit Reporter: Anatoly Lunev <toliklunev>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Minor CC: graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Wrong parsing css-property with url which contains ";" none

Description Anatoly Lunev 2014-09-16 10:22:16 PDT
Wrong parsing css-property with url which contains ";".
Comment 1 Radar WebKit Bug Importer 2014-09-16 10:22:43 PDT
<rdar://problem/18352246>
Comment 2 Anatoly Lunev 2014-09-16 10:23:24 PDT
Created attachment 238185 [details]
Wrong parsing css-property with url which contains ";"
Comment 3 Joseph Pecoraro 2014-09-16 11:51:52 PDT
Tested in a recent WebKit build this seems to work fine for me. Could you attach a test page just to be sure we are testing the same things? I was testing this CSS:

    background: url("/;-/i.png");

It looks like your picture is from Chrome. Chrome no longer uses WebKit. You may wish to file a bug at:
https://code.google.com/p/chromium/issues/list
Comment 4 Anatoly Lunev 2014-09-16 13:53:52 PDT
Test page: http://jsfiddle.net/codefucker/L7dbmk15/
Yea, that's picture from Chrome. I sent this bug to them, thanks.