We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e862faa commit 1075443Copy full SHA for 1075443
tests/unit-tests/amp-polyfills.php
@@ -69,7 +69,7 @@ public function iframe_data() {
69
[
70
'<amp-iframe src="https://example.com/image.jpg" width="100" height="100"><amp-img src="https://example.com/image.jpg" width="100" height="100"></amp-img></amp-iframe>',
71
'<iframe src="https://example.com/image.jpg" width="100" height="100"><img src="https://example.com/image.jpg" width="100" height="100" /></iframe>',
72
- ]
+ ],
73
];
74
}
75
0 commit comments