Created by: sripathikrishnan
One of my css files had a background image like this - background : url(/image/with/query/parameters/image.png?a=b&c=d)
When I ran CSSEmbedder with a http url, the code skipped the image - even though its valid to specify query parameters in css images.
I verified the existing test cases, and added a couple two verify the above scenario.