Lines Matching full:url
37 background-image: url(http://foo.bar/baz.jpg); // this is a comment
39 … $this->assertEquals('#foo{background-image:url(http://foo.bar/baz.jpg);}', css_compress($text));
44 …background-image: url(http://foo.bar/baz.jpg); background-image: url(http://foo.bar/baz.jpg); // t…
46 …$this->assertEquals('#foo{background-image:url(http://foo.bar/baz.jpg);background-image:url(http:/…
51 …background-image: url(http://foo.bar/baz.jpg); // background-image: url(http://foo.bar/baz.jpg); t…
53 … $this->assertEquals('#foo{background-image:url(http://foo.bar/baz.jpg);}', css_compress($text));
58 …background-image: url(//foo.bar/baz.jpg); // background-image: url(http://foo.bar/baz.jpg); this i…
60 $this->assertEquals('#foo{background-image:url(//foo.bar/baz.jpg);}', css_compress($text));
65 …background-image: url(//foo.bar/baz.jpg); // background-image: url(http://foo.bar/baz.jpg); this i…
67 …ls('#foo a[href ^="https://"],#foo a[href ^=\'https://\']{background-image:url(//foo.bar/baz.jpg);…
135 …$input = 'list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAA…
136 …$expect = 'list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAAB…