1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-05 05:37:49 +02:00

[1.6.1] Add attribute transformation smoketests

- Repair broken noshade implementation
- Add lots of advisory comments to TransformToStrict.php

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1019 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2007-05-05 18:41:53 +00:00
parent a01459c87a
commit 92ea74cba2
6 changed files with 260 additions and 3 deletions

View File

@@ -326,7 +326,7 @@ class HTMLPurifier_Strategy_ValidateAttributesTest extends
);
$this->assertResult(
'<hr noshade />',
'<hr style="border-style:solid;" />'
'<hr style="color:#808080;background-color:#808080;border:0;" />'
);
// align transformation
$this->assertResult(