forked from mirrors/gecko-dev
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
3 lines
221 B
HTML
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">
|