Searched refs:csstest (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/_test/tests/lib/exe/ |
D | css_css_loadfile.test.php | 13 private function csstest($input, $output = null, $location = 'http://www.example.com/') { function in css_css_loadfile_test 20 …$this->csstest('#test { background: url(\'test/test.png\'); }', '#test { background: url(\'http://… 24 $this->csstest('#test { background: url("/test/test.png"); }'); 25 $this->csstest('#test { background: url(\'/test/test.png\'); }'); 29 $this->csstest('#test { background: url("http://www.test.com/test/test.png"); }'); 30 $this->csstest('#test { background: url("https://www.test.com/test/test.png"); }'); 31 $this->csstest('#test { background: url(\'http://www.test.com/test/test.png\'); }'); 32 $this->csstest('#test { background: url(\'https://www.test.com/test/test.png\'); }'); 36 … $this->csstest('@import "test/test.png";', '@import "http://www.example.com/test/test.png";'); 37 … $this->csstest('@import \'test/test.png\';', '@import \'http://www.example.com/test/test.png\';'); [all …]
|
D | css_at_import_less.test.php | 32 private function csstest($input, $expected_css, $expected_less) { function in css_at_import_less_test 65 $this->csstest($in_css, $expected_css, $expected_less); 80 $this->csstest($in_css, $expected_css, $expected_less);
|