Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
miina committed May 31, 2018
1 parent 592aca7 commit a564410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-amp-style-sanitizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
'<div></div>',
'<amp-img></amp-img>',
'amp-img img{background-color:red}',
'amp-img img{background-color:red}',
),
Expand All @@ -407,7 +407,7 @@ public function get_amp_selector_data() {
'article>amp-video{border:solid 1px green}',
),
'video_with_amp_video' => array(
'<article></article>',
'<amp-video class="video"></amp-video>',
'amp-video.video video{border:solid 1px green}',
'amp-video.video video{border:solid 1px green}',
),
Expand Down

0 comments on commit a564410

Please sign in to comment.