Bug 136859 - Web Inspector: Wrong parsing css-property with url which contains ";"
Summary: Web Inspector: Wrong parsing css-property with url which contains ";"
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Minor
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-09-16 10:22 PDT by Anatoly Lunev
Modified: 2014-09-16 13:53 PDT (History)
4 users (show)

See Also:


Attachments
Wrong parsing css-property with url which contains ";" (6.08 KB, image/png)
2014-09-16 10:23 PDT, Anatoly Lunev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.