Changeset 54763
- Timestamp:
- 11/08/2022 04:33:04 AM (2 years ago)
- Location:
- branches/6.0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0
-
branches/6.0/src/wp-includes/kses.php
r53034 r54763 2372 2372 'float', 2373 2373 'list-style-type', 2374 'object-fit', 2374 2375 'object-position', 2375 2376 'overflow', -
branches/6.0/tests/phpunit/tests/kses.php
r53331 r54763 1106 1106 'expected' => 'background: conic-gradient(at 0% 30%, red 10%, yellow 30%, #1e90ff 50%)', 1107 1107 ), 1108 // `object-fit` introduced in 6.1. 1109 array( 1110 'css' => 'object-fit: cover', 1111 'expected' => 'object-fit: cover', 1112 ), 1108 1113 // Expressions are not allowed. 1109 1114 array(
Note: See TracChangeset
for help on using the changeset viewer.