When using Backstop, which automates using either Puppeteer or Chromy, I discovered that with Chromy, anything using vh units would size to nearly twice its height. When automating Chromium using Puppeteer, this doesn't happen.
However, Puppeteer has other capturing bugs w/ Backstop that would make me still prefer to use Chromy. It's really only the vh bug that's an issue.
Attached is the difference between capturing a selector in Chromy (left) and Puppeteer (right).
When using Backstop, which automates using either Puppeteer or Chromy, I discovered that with Chromy, anything using
vh
units would size to nearly twice its height. When automating Chromium using Puppeteer, this doesn't happen.However, Puppeteer has other capturing bugs w/ Backstop that would make me still prefer to use Chromy. It's really only the
vh
bug that's an issue.Attached is the difference between capturing a selector in Chromy (left) and Puppeteer (right).