WebKit Bugzilla
Attachment 373374 Details for
Bug 199426
: Assertion fires when setting the event of an SVG element which is referenced by a <use> element
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
test case
test-case.html (text/html), 232 bytes, created by
Said Abou-Hallawa
on 2019-07-02 17:58:24 PDT
(
hide
)
Description:
test case
Filename:
MIME Type:
Creator:
Said Abou-Hallawa
Created:
2019-07-02 17:58:24 PDT
Size:
232 bytes
patch
obsolete
><svg> > <tspan id="text"/> > <use xlink:href="#text"/> ></svg> ><script> > setTimeout( function() { > var text = document.getElementById("text"); > text.setAttribute("onfocusout", "onfocusout"); > }, 0); ></script>
<svg> <tspan id="text"/> <use xlink:href="#text"/> </svg> <script> setTimeout( function() { var text = document.getElementById("text"); text.setAttribute("onfocusout", "onfocusout"); }, 0); </script>
View Attachment As Raw
Actions:
View
Attachments on
bug 199426
: 373374