- Timestamp:
- 01/19/2024 09:40:01 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/html-api/wpHtmlProcessorBreadcrumbs.php
r57314 r57316 163 163 $unsupported_elements = array( 164 164 'APPLET', // Deprecated. 165 'AREA',166 165 'BASE', 167 166 'BGSOUND', // Deprecated; self-closing if self-closing flag provided, otherwise normal. 168 167 'BODY', 169 'BR',170 168 'CAPTION', 171 169 'COL', 172 170 'COLGROUP', 173 'EMBED',174 171 'FORM', 175 172 'FRAME', … … 179 176 'IFRAME', 180 177 'INPUT', 181 'KEYGEN', // Deprecated; void.182 178 'LINK', 183 179 'LISTING', // Deprecated, use PRE instead. … … 214 210 'TR', 215 211 'TRACK', 216 'WBR',217 212 'XMP', // Deprecated, use PRE instead. 218 213 );
Note: See TracChangeset
for help on using the changeset viewer.