Changeset 42343 for trunk/tests/phpunit/tests/oembed/filterResult.php
- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/oembed/filterResult.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/oembed/filterResult.php
r36708 r42343 6 6 class Tests_Filter_oEmbed_Result extends WP_UnitTestCase { 7 7 function test_filter_oembed_result_trusted_malicious_iframe() { 8 $html = '<p></p><iframe onload="alert(1)"></iframe>';8 $html = '<p></p><iframe onload="alert(1)"></iframe>'; 9 9 10 10 $actual = wp_filter_oembed_result( $html, (object) array( 'type' => 'rich' ), 'https://www.youtube.com/watch?v=dQw4w9WgXcQ' );
Note: See TracChangeset
for help on using the changeset viewer.