fune/toolkit/components/windowcreator/test/file_persist_srcset.html
Emilio Cobos Álvarez fcb066e784 Bug 1668414 - Handle srcset in WebBrowserPersist. r=edgar
Rewrite the srcset URIs appropriately...

This code was completely untested (modulo one test for forms...) I added a
generic reftest framework to compare original vs. persisted document, so that
testing changes to this code is easier next time.

Differential Revision: https://phabricator.services.mozilla.com/D92133
2020-10-05 13:11:37 +00:00

3 lines
221 B
HTML

<!doctype html>
<img width=100 height=100 srcset="file_persist_image.png">
<img width=100 height=100 srcset="file_persist_image.png 1x, file_persist_image.png 2x, file_persist_image.png 100w, file_persist_image_bad.png">