mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +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
9
layout/reftests/svg/as-image/svg-image-recursive-2b.html
Normal file
9
layout/reftests/svg/as-image/svg-image-recursive-2b.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<!-- The SVG file referenced in our <img> tag uses itself as an <image>.
|
||||
Currently, we don't paint recursively-referenced images beyond the first
|
||||
level. So, the <image> element inside our helper document doesn't get
|
||||
painted, and we end up only showing one blue circle. -->
|
||||
<html>
|
||||
<body style="margin: 0">
|
||||
<img src="svg-image-recursive-1a.svg">
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue