Skip to content

Commit 729a04a

Browse files
committed
Add tests
1 parent 1973ac3 commit 729a04a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/php/test-amp-style-sanitizer.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,12 @@ public function get_amp_css_hacks_data() {
10551055
[
10561056
'.selector:not([attr*=\'\']) {}',
10571057
],
1058+
[
1059+
'body { -0-transition: all .3s ease-in-out; }',
1060+
],
1061+
[
1062+
'body { 4-o-transition: all .3s ease-in-out; }',
1063+
],
10581064
];
10591065
}
10601066

0 commit comments

Comments
 (0)