-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
css/css-scroll-snap/unreachable-snap-positions-003.html fails at a 800x600 viewport #48968
Comments
Yeah, indeed the test fails on such narrow width viewport. Just wondering the minimum viewport size is for desktop, right? On mobile the test should just work because there's |
Yup, confirmed in Firefox (not-in-responsive-design-mode which triggers the meta-viewport scaling).
I don't think there's anything magic/important about the magnitudes of the lengths in the test ( Seems like we could probably reduce the widths in the testcase, so that we don't overflow out of a 600px-wide test viewport. I just tried cutting all the horizontal sizes in half, and the test still passes in Firefox (and fails in a build before the fix landed). I'll file a bug to make that change, and also to do |
I filed https://bugzilla.mozilla.org/show_bug.cgi?id=1929309 with a patch that fixes this, I think. |
This should be fixed by #48994 . |
As documented, testharness tests run with a viewport at least 800x600.
However, this test fails when run at an 800x600 viewport, thus Safari's failure on wpt.fyi.
cc @hiikezoe (who committed the test) and @dholbert (who is credited in the commit message for originally writing it)
See also: web-platform-tests/rfcs#188
The text was updated successfully, but these errors were encountered: