-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Throw SyntaxError from Location::SetHref
#39051
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
Conversation
|
🔨 Triggering try run (#17354206371) for Linux (WPT) |
|
Test results for linux-wpt from try job (#17354206371): Flaky unexpected result (19)
Stable unexpected results that are known to be intermittent (22)
Stable unexpected results (1)
|
|
|
|
🔨 Triggering try run (#17354447941) for Linux (WPT) |
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.
This is intermittent failure: #29066, so I think we should remove expectations here.
|
Test results for linux-wpt from try job (#17354447941): Flaky unexpected result (21)
Stable unexpected results that are known to be intermittent (27)
|
|
✨ Try run (#17354447941) succeeded. |
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
Co-authored-by: Sam <16504129+sagudev@users.noreply.github.com> Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
c96f79f to
6fe8944
Compare
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
Head branch was pushed to by a user without write access
It was originally throwing a TypeError, which was making WPT fail.
Testing: Many happy WPT subtests
Fixes: #39050