mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 01:17:34 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
20
layout/reftests/svg/dynamic-use-remove-width.svg
Normal file
20
layout/reftests/svg/dynamic-use-remove-width.svg
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- this is a test for https://bugzilla.mozilla.org/show_bug.cgi?id=521682 -->
|
||||
|
||||
<defs>
|
||||
<svg id="d">
|
||||
<rect height="50%" width="100%" fill="blue" />
|
||||
</svg>
|
||||
</defs>
|
||||
|
||||
<use id="u" xlink:href="#d" height="100%" width="11%" />
|
||||
|
||||
<script>
|
||||
function boom()
|
||||
{
|
||||
document.getElementById("u").removeAttribute("width");
|
||||
}
|
||||
window.addEventListener("load", boom, false);
|
||||
</script>
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 490 B |
Loading…
Add table
Add a link
Reference in a new issue