Changeset 57987 for trunk/tests/phpunit/tests/blocks/supportedStyles.php
- Timestamp:
- 04/12/2024 05:45:23 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/supportedStyles.php
r56226 r57987 170 170 'textColor' => 'red', 171 171 'backgroundColor' => 'black', 172 // The following should not be applied (subcat agories of color support).172 // The following should not be applied (subcategories of color support). 173 173 'gradient' => 'some-gradient', 174 174 ), … … 204 204 'text' => '#000', 205 205 'background' => '#fff', 206 // The following should not be applied (subcat agories of color support).206 // The following should not be applied (subcategories of color support). 207 207 'gradient' => 'some-gradient', 208 208 'style' => array( 'color' => array( 'link' => '#fff' ) ),
Note: See TracChangeset
for help on using the changeset viewer.