Bug 1873300 Comment 0 Edit History

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

The WPT stretch-grid-item-button-overflow.html (added [here](https://hg.mozilla.org/mozilla-central/rev/0e4346863660#l9.3) for bug 1871412) expects that `overflow:scroll` has no effect on buttons right now.  But in fact Chrome and WebKit do add scrollbars onto `overflow:scroll` buttons right now.

Let's just remove the `overflow:scroll` part of the test for now, since it seems everyone is in agreement on the rest.
The WPT stretch-grid-item-button-overflow.html (added [here](https://hg.mozilla.org/mozilla-central/rev/0e4346863660#l9.3) for bug 1871412) expects that `overflow:scroll` has no effect on buttons right now.  But in fact Chrome and WebKit do add scrollbars onto `overflow:scroll` buttons right now.

~Let's just remove the `overflow:scroll` part of the test for now, since it seems everyone is in agreement on the rest.~
EDIT: we can also just add back `overflow:scroll` in the reference case; that's probably better.

Back to Bug 1873300 Comment 0