-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add CommandEvent #40413
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
Add CommandEvent #40413
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs lint fix🚀
9fe790c to
f519a52
Compare
|
Hmm none of these test failures occur locally with a debug nor release build. What's the best approach to take here? |
Looks like new intermittent test, what are these tests? |
|
It's testing command and commandfor on disallowed elements to make sure it's not accidentally supported anywhere else (I guess?). But it's relying on testdriver and test variants so that bit is probably failing. Is there a way to skip the whole test file for now? |
|
🔨 Triggering try run (#19184823390) for Linux (WPT) |
|
Test results for linux-wpt from try job (#19184823390): Flaky unexpected result (43)
Stable unexpected results that are known to be intermittent (30)
Stable unexpected results (3)
|
|
|
It is actually stably passing. Just update those expectation. |
just saw this sorry, check this to skip: Line 24 in 613f2ec
|
|
Please don't use include.ini to skip individual test files. Use .ini metadata files for that instead:
|
This is behind the new dom_command_invokers_enabled pref. Signed-off-by: Luke Warlow <lwarlow@igalia.com>
Signed-off-by: Luke Warlow <lwarlow@igalia.com>
f519a52 to
5de6a9c
Compare
Add CommandEvent This is behind the new dom_command_invokers_enabled pref. Testing: Existing WPTs --------- Signed-off-by: Luke Warlow <lwarlow@igalia.com>
Add CommandEvent
This is behind the new dom_command_invokers_enabled pref.
Testing: Existing WPTs