Make WordPress Core


Ignore:
Timestamp:
09/13/2016 02:08:24 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Media: Adjust test_video_shortcode_body() after [38597].

See #38040.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/media.php

    r38408 r38598  
    631631        $content = apply_filters( 'the_content', $video );
    632632
    633         $expected = '<div style="width: ' . $width . 'px; " class="wp-video">' .
     633        $expected = '<div style="width: ' . $width . 'px;" class="wp-video">' .
    634634            "<!--[if lt IE 9]><script>document.createElement('video');</script><![endif]-->\n" .
    635635            '<video class="wp-video-shortcode" id="video-' . $post_id . '-1" width="' . $width . '" height="' . $h . '" preload="metadata" controls="controls">' .
Note: See TracChangeset for help on using the changeset viewer.