diff --git a/tests/test-amp-style-sanitizer.php b/tests/test-amp-style-sanitizer.php index dccde42540c..a0f67374fbe 100644 --- a/tests/test-amp-style-sanitizer.php +++ b/tests/test-amp-style-sanitizer.php @@ -382,7 +382,7 @@ public function get_amp_selector_data() { 'div amp-img,div amp-anim{border:solid 1px red}', ), 'img_with_amp_img' => array( - '
', + '', 'amp-img img{background-color:red}', 'amp-img img{background-color:red}', ), @@ -407,7 +407,7 @@ public function get_amp_selector_data() { 'article>amp-video{border:solid 1px green}', ), 'video_with_amp_video' => array( - '
', + '', 'amp-video.video video{border:solid 1px green}', 'amp-video.video video{border:solid 1px green}', ),