зеркало из https://github.com/mozilla/gecko-dev.git
Add crashtest (currently fails on Mac, hopefully passes on other platforms)
This commit is contained in:
Родитель
f6ce2dd711
Коммит
30d9031cb1
|
@ -0,0 +1,9 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" baseProfile="basic" width="100%" height="100%" viewBox="0 0 480 360">
|
||||
|
||||
<mask id="mask1" maskUnits="userSpaceOnUse" x="60" y="50" width="100" height="60">
|
||||
<rect x="60" y="50" width="100" height="60" fill="yellow" mask="url(#mask1)"/>
|
||||
</mask>
|
||||
|
||||
<rect x="60" y="50" width="100" height="60" fill="lime" mask="url(#mask1)"/>
|
||||
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 386 B |
|
@ -35,8 +35,9 @@ load 369438-1.svg
|
|||
load 369438-2.svg
|
||||
load 371563-1.xhtml
|
||||
load 375775-1.svg
|
||||
skip load 380691-1.svg # crashes due to bug 408145
|
||||
skip-if(MOZ_WIDGET_TOOLKIT=="cocoa") load 380691-1.svg # crashes due to bug 407099
|
||||
load 384391-1.xhtml
|
||||
skip-if(MOZ_WIDGET_TOOLKIT=="cocoa") load 384637-1.svg # crashes due to bug 407099
|
||||
load 384728-1.svg
|
||||
load 385246-1.svg
|
||||
load 385246-2.svg
|
||||
|
|
Загрузка…
Ссылка в новой задаче