Changeset 60671 for trunk/tests/phpunit/tests/kses.php
- Timestamp:
- 08/26/2025 09:06:43 PM (5 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/kses.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/kses.php
r60616 r60671 1181 1181 'expected' => 'object-fit: cover', 1182 1182 ), 1183 // `white-space` introduced in 6.9.0. 1184 array( 1185 'css' => 'white-space: nowrap', 1186 'expected' => 'white-space: nowrap', 1187 ), 1188 array( 1189 'css' => 'white-space: pre', 1190 'expected' => 'white-space: pre', 1191 ), 1192 array( 1193 'css' => 'white-space: pre-wrap', 1194 'expected' => 'white-space: pre-wrap', 1195 ), 1196 array( 1197 'css' => 'white-space: pre-line', 1198 'expected' => 'white-space: pre-line', 1199 ), 1183 1200 // Expressions are not allowed. 1184 1201 array(
Note: See TracChangeset
for help on using the changeset viewer.