Changeset 54676
- Timestamp:
- 10/24/2022 03:56:05 PM (2 years ago)
- Location:
- branches/6.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1/src/wp-includes/kses.php
r54181 r54676 2390 2390 'float', 2391 2391 'list-style-type', 2392 'object-fit', 2392 2393 'object-position', 2393 2394 'overflow', -
branches/6.1/tests/phpunit/tests/kses.php
r54203 r54676 1108 1108 'expected' => 'background: conic-gradient(at 0% 30%, red 10%, yellow 30%, #1e90ff 50%)', 1109 1109 ), 1110 // `object-fit` introduced in 6.1. 1111 array( 1112 'css' => 'object-fit: cover', 1113 'expected' => 'object-fit: cover', 1114 ), 1110 1115 // Expressions are not allowed. 1111 1116 array(
Note: See TracChangeset
for help on using the changeset viewer.