def = new HTMLPurifier_AttrDef_ListStyle(HTMLPurifier_Config::createDefault()); $this->assertDef('lower-alpha'); $this->assertDef('upper-roman inside'); $this->assertDef('circle outside'); $this->assertDef('inside'); $this->assertDef('none'); $this->assertDef('outside inside', 'outside'); $this->assertDef('circle lower-alpha', 'circle'); } } ?>