1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-31 03:10:09 +02:00

Add more information to progress document, fix an invalid definition in CSSDefinition.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@229 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-08-13 19:08:14 +00:00
parent 8b45c7601a
commit 415b7d3913
3 changed files with 35 additions and 25 deletions

View File

@@ -11,7 +11,7 @@ class HTMLPurifier_AttrDef_CSSTest extends HTMLPurifier_AttrDefHarness
// regular cases, singular
$this->assertDef('text-align:right;');
$this->assertDef('border-style:solid;');
$this->assertDef('border-left-style:solid;');
$this->assertDef('clear:right;');
$this->assertDef('float:left;');
$this->assertDef('font-style:italic;');