Ticket #56855: 56855.2.diff
| File 56855.2.diff, 939 bytes (added by , 3 years ago) |
|---|
-
src/wp-includes/kses.php
2371 2371 'direction', 2372 2372 'float', 2373 2373 'list-style-type', 2374 'object-fit', 2374 2375 'object-position', 2375 2376 'overflow', 2376 2377 'vertical-align', -
tests/phpunit/tests/kses.php
1112 1112 'css' => 'object-position: right top', 1113 1113 'expected' => 'object-position: right top', 1114 1114 ), 1115 // `object-fit` introduced in 6.1. 1116 array( 1117 'css' => 'object-fit: cover', 1118 'expected' => 'object-fit: cover', 1119 ), 1115 1120 // Expressions are not allowed. 1116 1121 array( 1117 1122 'css' => 'height: expression( body.scrollTop + 50 + "px" )',