def = new HTMLPurifier_AttrDef_CSS_Background($config); $valid = '#333 url(chess.png) repeat fixed 50% top'; $this->assertDef($valid); $this->assertDef('url("chess.png") #333 50% top repeat fixed', $valid); } }