Issue #9442 is about replaced element intrinsic dimensions, but what about zoom of iframe contents?
Right now, the CSS implementation in Blink at least does not affect iframes. I think we should have zoom affect at least same-origin iframes, since I predict developers would want that behavior for ease of styling. For cross-origin iframes, we could not do it if it's judged to be a privacy issue? (Or the developer could opt-in via something like #1771).
@emilio @zcorpan