Changeset 30132
- Timestamp:
- 11/01/2014 12:48:32 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/media.php
r29874 r30132 395 395 $content = apply_filters( 'the_content', $video ); 396 396 397 $expected = '<div style="width: ' . $w . 'px; height: ' . $h . 'px;" class="wp-video">' .397 $expected = '<div style="width: ' . $w . 'px; " class="wp-video">' . 398 398 "<!--[if lt IE 9]><script>document.createElement('video');</script><![endif]-->\n" . 399 399 '<video class="wp-video-shortcode" id="video-' . $post_id . '-1" width="' . $w . '" height="' . $h . '" preload="metadata" controls="controls">' .
Note: See TracChangeset
for help on using the changeset viewer.