Changeset 54764
- Timestamp:
- 11/08/2022 04:35:26 AM (2 years ago)
- Location:
- branches/5.9
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
-
branches/5.9/src/wp-includes/kses.php
r52896 r54764 2416 2416 'float', 2417 2417 'list-style-type', 2418 'object-fit', 2418 2419 'object-position', 2419 2420 'overflow', -
branches/5.9/tests/phpunit/tests/kses.php
r52326 r54764 1094 1094 'expected' => 'background: conic-gradient(at 0% 30%, red 10%, yellow 30%, #1e90ff 50%)', 1095 1095 ), 1096 // `object-fit` introduced in 6.1. 1097 array( 1098 'css' => 'object-fit: cover', 1099 'expected' => 'object-fit: cover', 1100 ), 1096 1101 // Expressions are not allowed. 1097 1102 array(
Note: See TracChangeset
for help on using the changeset viewer.