We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Chrome 128 implements the SnapEvent interface, though does not support its constructor. Therefore, creating a SnapEvent object fails.
SnapEvent
Though as the interface is supported, the tests succeed, even for properties that don't exist.
E.g. using the following test
SnapEvent: { links: { dev: '#snap-events', mdnGroup: 'DOM', }, tests: ['foo'], interface: function() { return new SnapEvent('scrollsnapchange'); }, },
the property foo is claimed to be supported.
foo
So, when creation of the interface fails, the tests for the properties should also fail.
Sebastian
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Chrome 128 implements the
SnapEvent
interface, though does not support its constructor. Therefore, creating aSnapEvent
object fails.Though as the interface is supported, the tests succeed, even for properties that don't exist.
E.g. using the following test
the property
foo
is claimed to be supported.So, when creation of the interface fails, the tests for the properties should also fail.
Sebastian
The text was updated successfully, but these errors were encountered: