Here's a testcase to demonstrate that distinction, where Firefox/Chromium/WebKit all disagree on `img naturalWidth x naturalHeight`. * Firefox: `0 x 0` * Chromium: `0 x 150` * WebKit: `300 x 150`
Bug 1935269 Comment 9 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Here's a testcase to demonstrate that distinction, where Firefox/Chromium/WebKit all disagree on `img naturalWidth x naturalHeight`. I've made the `width` an explicit `0px` size here, vs. height an explicit `0%` size, and the length vs percentage are handled differently in Chromium: * Firefox: `0 x 0` * Chromium: `0 x 150` * WebKit: `300 x 150`