Changeset 38598 for trunk/tests/phpunit/tests/media.php
- Timestamp:
- 09/13/2016 02:08:24 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/media.php
r38408 r38598 631 631 $content = apply_filters( 'the_content', $video ); 632 632 633 $expected = '<div style="width: ' . $width . 'px; 633 $expected = '<div style="width: ' . $width . 'px;" class="wp-video">' . 634 634 "<!--[if lt IE 9]><script>document.createElement('video');</script><![endif]-->\n" . 635 635 '<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.