Bug 1373835 - Make the largest element wider. r=botond

The right top element is positioned at left:1000px and its width is 600px and
the width of the largest element in the content is 2100px.  So if the browser
window width (precisely documentElement clientWidth) is greater than 1100px, the
right top element is not suitable for scroll-snap-align:start, thus some test
cases fail.

Differential Revision: https://phabricator.services.mozilla.com/D21623

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Hiroyuki Ikezoe 2019-04-11 06:19:39 +00:00
parent eab764a7ae
commit ff60fc5656

View File

@ -23,8 +23,8 @@ div {
.space {
left: 0px;
top: 0px;
width: 2100px;
height: 2100px;
width: 4000px;
height: 4000px;
}
.target {
width: 600px;