зеркало из https://github.com/mozilla/gecko-dev.git
Adding reftest for foreignObject
This commit is contained in:
Родитель
8f29b40bf4
Коммит
afa155ea8f
|
@ -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>
|
После Ширина: | Высота: | Размер: 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
|
||||
|
|
Загрузка…
Ссылка в новой задаче