Changeset 56046 for trunk/tests/phpunit/tests/style-engine/styleEngine.php
- Timestamp:
- 06/26/2023 11:42:16 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/style-engine/styleEngine.php
r55985 r56046 27 27 * @ticket 56467 28 28 * @ticket 58549 29 * @ticket 58590 29 30 * 30 31 * @covers ::wp_style_engine_get_styles … … 183 184 ), 184 185 186 'inline_valid_shadow_style' => array( 187 'block_styles' => array( 188 'shadow' => 'inset 5em 1em gold', 189 ), 190 'options' => null, 191 'expected_output' => array( 192 'css' => 'box-shadow:inset 5em 1em gold;', 193 'declarations' => array( 194 'box-shadow' => 'inset 5em 1em gold', 195 ), 196 ), 197 ), 198 185 199 'inline_valid_typography_style' => array( 186 200 'block_styles' => array(
Note: See TracChangeset
for help on using the changeset viewer.