File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,18 +80,18 @@ public function data_sanitize() {
8080 [ AMP_Tag_And_Attribute_Sanitizer::INVALID_ATTR_VALUE ],
8181 ],
8282
83- 'amp_img_srcset_invalid_width_descriptor ' => [
83+ 'amp_img_srcset_invalid_width_descriptor ' => [
8484 '<img src="https://example.com/image.jpg" height="100" width="200" srcset="https://example.com/image.jpg 5.2w"> ' ,
8585 '<img src="https://example.com/image.jpg" height="100" width="200"> ' ,
8686 [ AMP_Tag_And_Attribute_Sanitizer::INVALID_ATTR_VALUE ],
8787 ],
8888
89- 'amp_img_srcset_valid_pixel_density ' => [
89+ 'amp_img_srcset_valid_pixel_density ' => [
9090 '<img src="https://example.com/image.jpg" height="100" width="200" srcset="https://example.com/image.jpg 5x"> ' ,
9191 null ,
9292 ],
9393
94- 'amp_img_srcset_valid_float_pixel_density ' => [
94+ 'amp_img_srcset_valid_float_pixel_density ' => [
9595 '<img src="https://example.com/image.jpg" height="100" width="200" srcset="https://example.com/image.jpg 5.2x"> ' ,
9696 null ,
9797 ],
You can’t perform that action at this time.
0 commit comments