0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 03:05:18 +00:00
htmlpurifier/tests/HTMLPurifier/AttrDef
2007-01-20 19:22:55 +00:00
..
Email [1.2.0] Implement primitive email regexp to be used for mailto. There are many spotty implementation issues, so this code is not actually called anywhere else currently. 2006-11-08 03:10:43 +00:00
BackgroundPositionTest.php [1.4.0] CSS property background-position implemented. Also: 2007-01-20 01:40:56 +00:00
BackgroundTest.php [1.4.0] Implement 'background' shorthand CSS property. 2007-01-20 02:21:43 +00:00
BorderTest.php [1.4.0] Added convenient single test selector form on test runner 2007-01-19 23:02:28 +00:00
ClassTest.php Add case sensitivity test. 2006-08-05 19:52:30 +00:00
ColorTest.php [1.4.0] Added convenient single test selector form on test runner 2007-01-19 23:02:28 +00:00
CompositeTest.php [1.4.0] Added convenient single test selector form on test runner 2007-01-19 23:02:28 +00:00
CSSLengthTest.php [1.4.0] CSS property background-position implemented. Also: 2007-01-20 01:40:56 +00:00
CSSTest.php [1.4.0] Implement 'background' shorthand CSS property. 2007-01-20 02:21:43 +00:00
CSSURITest.php [1.4.0] Implemented AttrDef_CSSURI for url(http://google.com) style declarations 2007-01-14 15:54:05 +00:00
EmailHarness.php [1.4.0] Added convenient single test selector form on test runner 2007-01-19 23:02:28 +00:00
EnumTest.php Refactor unit tests so that abstract test cases are now called Harnesses and AttrDef tests use their harness's assertDef() function, which enforces type much better. Also fixed a few bugs. 2006-08-05 00:30:31 +00:00
FontFamilyTest.php Commit FontFamily implementation. It's a little flaky, but should be reasonable for 99% of all fonts. 2006-08-16 17:25:25 +00:00
FontTest.php De-singleton-ized (HTML|CSS)Definition, tying them to the configuration and making them more amenable to changes. 2006-08-31 20:33:07 +00:00
HostTest.php Commit IPv6 fix, with majoring factoring out. Thank you Feyd! 2006-08-17 01:05:35 +00:00
IDTest.php Migrate from assertError to expectError, removed all assertNoErrors() 2007-01-20 19:22:55 +00:00
IntegerTest.php [1.4.0] Added convenient single test selector form on test runner 2007-01-19 23:02:28 +00:00
IPv4Test.php Commit IPv6 fix, with majoring factoring out. Thank you Feyd! 2006-08-17 01:05:35 +00:00
IPv6Test.php Commit IPv6 fix, with majoring factoring out. Thank you Feyd! 2006-08-17 01:05:35 +00:00
LangTest.php Fix typos in AttrDef/Lang.php involving lowercasing uppercased language strings. 2006-12-26 03:56:53 +00:00
LengthTest.php Bugfix: Fix include typo. 2006-08-06 01:38:47 +00:00
ListStyleTest.php [1.4.0] Refactored ListStyle, since list-style-image was sort of tacked on and didn't really conform with the standard. Implementation is still a little flaky but conforms with W3C's validation service. 2007-01-15 00:48:54 +00:00
MultiLengthTest.php Implement MultiLength. 2006-08-06 01:41:18 +00:00
MultipleTest.php [1.4.0] Added convenient single test selector form on test runner 2007-01-19 23:02:28 +00:00
NumberTest.php [1.4.0] Added convenient single test selector form on test runner 2007-01-19 23:02:28 +00:00
PercentageTest.php [1.4.0] Added convenient single test selector form on test runner 2007-01-19 23:02:28 +00:00
PixelsTest.php AttrDef_Length implemented. Reuses a bit of stuff from Pixel. 2006-08-06 01:30:54 +00:00
TextDecorationTest.php Commit text-decoration implementation. 2006-08-16 15:12:48 +00:00
TextTest.php Refactor unit tests so that abstract test cases are now called Harnesses and AttrDef tests use their harness's assertDef() function, which enforces type much better. Also fixed a few bugs. 2006-08-05 00:30:31 +00:00
URITest.php Merge in PHP5 strict changes that are applicable to PHP4. 2007-01-16 22:22:08 +00:00