Changeset 56503 for trunk/tests/phpunit/tests/block-supports/typography.php
- Timestamp:
- 09/01/2023 04:01:23 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-supports/typography.php
r56084 r56503 700 700 'expected_output' => 'font-size:15px;', 701 701 ), 702 'returns clamp value using default config if layout is fluid' => array( 703 'font_size_value' => '15px', 704 'theme_slug' => 'block-theme-child-with-fluid-layout', 705 'expected_output' => 'font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.078), 15px);', 706 ), 702 707 ); 703 708 }
Note: See TracChangeset
for help on using the changeset viewer.