screenshots
screenshots copied to clipboard
Add Selenium Test for DPI Scaling
This could be possible by changing the value of layout.css.devPixelsPerPx.
Seems like a unit test might be more appropriate for testing this code path. Maybe when we move towards in-tree tests, we could write an xpcshell test for this.
I don't have any experience with xpcshell tests, so I'll defer.
@johngruen Is there a particular test you like from this list if we don't do this one?
@chenba Ah right, we wanted a certain number of tests this quarter. This is probably fine to attempt via Selenium, then. Also, since uploads are disabled in a number of important edge cases, might be worth having a test for those, though that's not in the list :+1: