Changeset 55658 for trunk/tests/phpunit/tests/dependencies/styles.php
- Timestamp:
- 04/19/2023 01:24:40 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/styles.php
r55368 r55658 241 241 'expected' => 'img {mask-image: url(\'data:image/svg+xml;utf8,<svg></svg>\');}', 242 242 ), 243 'URLs with path beginning with http' => array( 244 'css' => 'p {background:url( "http-is-awesome.png" );}', 245 'expected' => 'p {background:url( "/wp-content/themes/test/http-is-awesome.png" );}', 246 ), 247 'URLs with path beginning with https' => array( 248 'css' => 'p {background:url( "https-is-more-awesome.png" );}', 249 'expected' => 'p {background:url( "/wp-content/themes/test/https-is-more-awesome.png" );}', 250 ), 243 251 ); 244 252 }
Note: See TracChangeset
for help on using the changeset viewer.