Bug 1740580 Comment 5 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Iank pointed out that some elements have a specified height/width in the UA stylesheet, which makes them might appear to be doing shrink-to-fit when really they're just honoring that specified size.

Here's a version of the testcase with `width:auto;height:auto` to override those, where possible.
IanK pointed out that some elements have a specified height/width in the UA stylesheet, which makes them might appear to be doing shrink-to-fit when really they're just honoring that specified size.

Here's a version of the testcase with `width:auto;height:auto` to override those, where possible.
IanK pointed out that some elements have a specified height/width in the UA stylesheet, which makes them appear to be doing shrink-to-fit when really they're just honoring that specified size.

Here's a version of the testcase with `width:auto;height:auto` to override those, where possible.

Back to Bug 1740580 Comment 5