Changeset 55175 for trunk/tests/phpunit/tests/style-engine/styleEngine.php
- Timestamp:
- 02/01/2023 04:13:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/style-engine/styleEngine.php
r54156 r55175 167 167 ), 168 168 169 'inline_valid_dimensions_style' => array( 170 'block_styles' => array( 171 'dimensions' => array( 172 'minHeight' => '50vh', 173 ), 174 ), 175 'options' => null, 176 'expected_output' => array( 177 'css' => 'min-height:50vh;', 178 'declarations' => array( 179 'min-height' => '50vh', 180 ), 181 ), 182 ), 183 169 184 'inline_valid_typography_style' => array( 170 185 'block_styles' => array(
Note: See TracChangeset
for help on using the changeset viewer.