Changeset 56535 for trunk/tests/phpunit/tests/block-supports/typography.php
- Timestamp:
- 09/07/2023 04:28:45 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-supports/typography.php
r56503 r56535 623 623 * @ticket 58522 624 624 * @ticket 58523 625 * @ticket 59048 625 626 * 626 627 * @covers ::wp_register_typography_support … … 693 694 'font_size_value' => '17px', 694 695 'theme_slug' => 'block-theme-child-with-fluid-typography-config', 695 'expected_output' => 'font-size:clamp(16px, 1rem + ((1vw - 3.2px) * 0.147), 17px);',696 'expected_output' => 'font-size:clamp(16px, 1rem + ((1vw - 6.4px) * 0.179), 17px);', 696 697 ), 697 698 'returns value when font size <= custom min font size bound' => array(
Note: See TracChangeset
for help on using the changeset viewer.