-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
script: Eliminate duplicate quirks mode origin check in stylesheet loader #40646
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
script: Eliminate duplicate quirks mode origin check in stylesheet loader #40646
Conversation
|
🔨 Triggering try run (#19369729748) for Linux (WPT) |
|
Test results for linux-wpt from try job (#19369729748): Flaky unexpected result (49)
Stable unexpected results that are known to be intermittent (31)
Stable unexpected results (3)
|
|
|
b6c1387 to
5b98630
Compare
|
This is ready for review now. |
|
🔨 Triggering try run (#19388147967) for Linux (WPT) |
…ader This was due to the fact that two PRs doing this landed around the same time. This PR eliminates the duplicate check. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
5b98630 to
f95c8bd
Compare
|
Test results for linux-wpt from try job (#19388147967): Flaky unexpected result (44)
Stable unexpected results that are known to be intermittent (30)
|
|
✨ Try run (#19388147967) succeeded. |
TimvdLippe
left a comment
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.
Nice!
This was due to the fact that two PRs doing this landed around the same
time. This PR eliminates the duplicate check.
Testing: This should not change behavior so is covered by existing tests.