-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
script: Support SVG <use> elements with fragment identifiers #40684
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 (#19424373689) for Linux (WPT) |
|
Test results for linux-wpt from try job (#19424373689): Flaky unexpected result (40)
Stable unexpected results that are known to be intermittent (22)
Stable unexpected results (2)
|
|
|
|
We should check the impact of this PR after #40692 merges. |
|
Sorry this took so long—if you rebase against the latest main branch, we can now check if this changes any test results. |
jdm
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.
Looking really good so far!
829c737 to
cbe53eb
Compare
|
🔨 Triggering try run (#19596013820) for Linux (WPT) |
|
Test results for linux-wpt from try job (#19596013820): Flaky unexpected result (49)
Stable unexpected results that are known to be intermittent (25)
Stable unexpected results (1)
|
|
|
Signed-off-by: WaterWhisperer <waterwhisperer24@qq.com>
cbe53eb to
3710b2c
Compare
implements support for SVG elements that reference other elements within the same document using fragment identifiers.
Testing:
Fixes: #10951