Changeset 52695 for trunk/tests/phpunit/tests/dependencies/styles.php
- Timestamp:
- 02/08/2022 11:39:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/styles.php
r52036 r52695 196 196 * 197 197 * @ticket 54243 198 * @ticket 54922 198 199 * 199 200 * @covers ::_wp_normalize_relative_css_links … … 231 232 'css' => 'p {background-image: url(\'http://foo.com/image2.png\');}', 232 233 'expected' => 'p {background-image: url(\'http://foo.com/image2.png\');}', 234 ), 235 'An HTML ID' => array( 236 'css' => 'clip-path: url(#image1);', 237 'expected' => 'clip-path: url(#image1);', 233 238 ), 234 239 );
Note: See TracChangeset
for help on using the changeset viewer.