mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Media: adjust test after [37556]
See #36888. git-svn-id: https://develop.svn.wordpress.org/trunk@37557 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -449,7 +449,7 @@ VIDEO;
|
||||
$this->assertNotContains( 'autoplay', $actual );
|
||||
$this->assertContains( 'preload="none"', $actual );
|
||||
$this->assertContains( 'class="wp-audio-shortcode"', $actual );
|
||||
$this->assertContains( 'style="width: 100%; visibility: hidden;"', $actual );
|
||||
$this->assertContains( 'style="width: 100%;"', $actual );
|
||||
|
||||
$actual = wp_audio_shortcode( array(
|
||||
'src' => 'https://example.com/foo.mp3',
|
||||
|
||||
Reference in New Issue
Block a user