mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 13:54:27 +00:00
Adding reftest for foreignObject
This commit is contained in:
parent
8f29b40bf4
commit
afa155ea8f
13
layout/reftests/svg/foreignObject-01.svg
Executable file
13
layout/reftests/svg/foreignObject-01.svg
Executable file
@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||
|
||||
<title>Testcase for foreignObject</title>
|
||||
|
||||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=367366 -->
|
||||
|
||||
<rect width="100%" height="100%" fill="red"/>
|
||||
<foreignObject width="100%" height="100%">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml"
|
||||
style="background:lime; display:block; width:100%; height:100%;"/>
|
||||
</foreignObject>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 412 B |
@ -1,4 +1,5 @@
|
||||
|
||||
== foreignObject-01.svg pass.svg
|
||||
== foreignObject-display-01.svg pass.svg
|
||||
== getElementById-a-element-01.svg pass.svg
|
||||
== opacity-and-gradient-01.svg pass.svg
|
||||
|
Loading…
Reference in New Issue
Block a user