Whereas Chrome seems to size the ICB to 1280px, which is the width of my tablet in landscape mode. The content size also becomes 1280px (the 990px is a min-width), and the div only has 20px of overflow (not really noticeable). The page does not have a meta viewport tag. So I guess this is a case of Chrome defaulting to `width=device-width` which we default to `width=980px`?
Bug 1564253 Comment 4 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Whereas Chrome seems to size the ICB to 1280px, which is the width of my tablet in landscape mode. The content size also becomes 1280px (the 990px is a min-width), and the div only has 20px of overflow (not really noticeable). The page does not have a meta viewport tag. So I guess this is a case of Chrome defaulting to `width=device-width` while we default to `width=980px`?