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:
parent
e57b62f5d6
commit
e20bc6cc46
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user