oschaaf commented on a change in pull request #1899: data-srcset in img and
amp-img
URL:
https://github.com/apache/incubator-pagespeed-mod/pull/1899#discussion_r296157053
##########
File path: net/instaweb/rewriter/image_rewrite_filter_test.cc
##########
@@ -1342,6 +1342,35 @@ TEST_F(ImageRewriteTest, ImgSrcSet) {
"<img src=\"xa.png.pagespeed.ic.0.png\" "
"srcset=\"xa.png.pagespeed.ic.0.png 1x, xb.png.pagespeed.ic.0.png
2x\">");
}
+
+TEST_F(ImageRewriteTest, ImgDataSrcSet) {
Review comment:
@Lofesa awesome, thanks for adding these unit-tests
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services