mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-29 08:40:05 +02:00
[1.7.0] Fix bug in Bool class
- Genericize allElements into basic smoketest, add beginnings of legacy smoketest too. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1113 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
32
smoketests/basic/legacy.css
Normal file
32
smoketests/basic/legacy.css
Normal file
@@ -0,0 +1,32 @@
|
||||
|
||||
center,
|
||||
dir[compact='compact'],
|
||||
isindex[prompt='Foo'],
|
||||
menu[compact='compact'],
|
||||
s,
|
||||
u,
|
||||
strike,
|
||||
|
||||
caption[align='bottom'],
|
||||
div[align='center'],
|
||||
dl[compact='compact'],
|
||||
|
||||
h1[align='right'],
|
||||
h2[align='right'],
|
||||
h3[align='right'],
|
||||
h4[align='right'],
|
||||
h5[align='right'],
|
||||
h6[align='right'],
|
||||
|
||||
hr[align='right'],
|
||||
hr[noshade='noshade'],
|
||||
hr[width='50'],
|
||||
hr[size='50'],
|
||||
|
||||
.insert-declarations-above
|
||||
{background:#008000; color:#FFF; font-weight:bold;}
|
||||
|
||||
font {background:#BFB;}
|
||||
u {border:1px solid #000;}
|
||||
hr {height:1em;}
|
||||
hr[size='50'] {height:50px;}
|
Reference in New Issue
Block a user