This commit is contained in:
jwatt@jwatt.org 2007-08-21 13:48:36 -07:00
Родитель 410711b365
Коммит be5769dc46
3 изменённых файлов: 14 добавлений и 1 удалений

Просмотреть файл

@ -0,0 +1,12 @@
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=367368 -->
<!-- Just checking for crash, nothing more -->
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<svg xmlns="http://www.w3.org/2000/svg">
<circle cx="6.5cm" cy="2cm" r="100" style="fill:red; stroke:black;" transform="translate(0,50)" />
</svg>
</body>
</html>

Просмотреть файл

@ -1,2 +1,3 @@
== bug367368.xhtml bug367368.xhtml # checking for crash, so just compared to self

Просмотреть файл

@ -1,6 +1,6 @@
# bugs/
# include bugs/reftest.list
include bugs/reftest.list
fails-if(MOZ_WIDGET_TOOLKIT=="cocoa") == clipPath-basic-01.svg pass.svg # bug 379609
== foreignObject-01.svg pass.svg