Changeset 54100 for trunk/tests/phpunit/tests/theme/wpThemeJson.php
- Timestamp:
- 09/08/2022 01:24:10 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme/wpThemeJson.php
r53129 r54100 1603 1603 'core/cover' => array( 1604 1604 'filter' => array( 1605 'duotone' => 'var(-- wp--preset--duotone--blue-red, var(--fallback-unsafe))',1605 'duotone' => 'var(--invalid', 1606 1606 ), 1607 1607 ), … … 1677 1677 'radius' => array( 1678 1678 'topLeft' => '6px', 1679 'topRight' => 'var(-- top-right, var(--unsafe-fallback))',1679 'topRight' => 'var(--invalid', 1680 1680 'bottomRight' => '6px', 1681 1681 'bottomLeft' => '6px', … … 1686 1686 'top' => '1px', 1687 1687 'right' => '1px', 1688 'bottom' => 'var(-- bottom, var(--unsafe-fallback))',1688 'bottom' => 'var(--invalid', 1689 1689 'left' => '1px', 1690 1690 ), … … 1696 1696 'top' => '2px', 1697 1697 'right' => '2px', 1698 'bottom' => 'var(-- bottom, var(--unsafe-fallback))',1698 'bottom' => 'var(--invalid', 1699 1699 'left' => '2px', 1700 1700 ), … … 1707 1707 'radius' => array( 1708 1708 'topLeft' => '5px', 1709 'topRight' => 'var(-- top-right, var(--unsafe-fallback))',1709 'topRight' => 'var(--invalid', 1710 1710 'bottomRight' => '5px', 1711 1711 'bottomLeft' => '5px', … … 1716 1716 'top' => '3px', 1717 1717 'right' => '3px', 1718 'bottom' => 'var( bottom, var(--unsafe-fallback))',1718 'bottom' => 'var(--invalid', 1719 1719 'left' => '3px', 1720 1720 ), … … 1726 1726 'top' => '4px', 1727 1727 'right' => '4px', 1728 'bottom' => 'var(-- bottom, var(--unsafe-fallback))',1728 'bottom' => 'var(--invalid', 1729 1729 'left' => '4px', 1730 1730 ), … … 1945 1945 'name' => 'Blue', 1946 1946 'slug' => 'blue', 1947 'color' => 'var(-- color, var(--unsafe-fallback))',1947 'color' => 'var(--invalid', 1948 1948 ), 1949 1949 array( … … 1976 1976 'name' => 'Helvetica Arial', 1977 1977 'slug' => 'helvetica-arial', 1978 'fontFamily' => 'var(-- fontFamily, var(--unsafe-fallback))',1978 'fontFamily' => 'var(--invalid', 1979 1979 ), 1980 1980 ), … … 1999 1999 'name' => 'Blue', 2000 2000 'slug' => 'blue', 2001 'color' => 'var(-- color, var(--unsafe--fallback))',2001 'color' => 'var(--invalid', 2002 2002 ), 2003 2003 array(
Note: See TracChangeset
for help on using the changeset viewer.