Changeset 55184 for trunk/tests/phpunit/tests/kses.php
- Timestamp:
- 02/01/2023 10:50:11 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/kses.php
r55131 r55184 1279 1279 'expected' => '', 1280 1280 ), 1281 // Position properties introduced in 6.2. 1282 array( 1283 'css' => 'position: sticky;top: 0;left: 0;right: 0;bottom: 0;z-index: 10;', 1284 'expected' => 'position: sticky;top: 0;left: 0;right: 0;bottom: 0;z-index: 10', 1285 ), 1281 1286 ); 1282 1287 }
Note: See TracChangeset
for help on using the changeset viewer.