- Timestamp:
- 03/09/2025 09:14:28 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/widgets/wpWidgetMediaVideo.php
r52248 r59954 278 278 // Custom attributes. 279 279 $this->assertStringContainsString( 'preload="metadata"', $output ); 280 $this->assertStringContainsString( 'loop ="1"', $output );280 $this->assertStringContainsString( 'loop', $output ); 281 281 282 282 // Externally hosted video.
Note: See TracChangeset
for help on using the changeset viewer.