Bug 700895 patch 2: Rename img-foreignObject-embed-2* reftest files to img-foreignObject-embed-1*, since the old embed-1* tests were renamed. r=roc

--HG--
rename : layout/reftests/svg/as-image/img-foreignObject-embed-2-helper.svg => layout/reftests/svg/as-image/img-foreignObject-embed-1-helper.svg
rename : layout/reftests/svg/as-image/img-foreignObject-embed-2.html => layout/reftests/svg/as-image/img-foreignObject-embed-1.html
This commit is contained in:
Daniel Holbert 2011-11-09 12:10:38 -08:00
Родитель 60e71c58ef
Коммит 9c19bb6a64
4 изменённых файлов: 7 добавлений и 7 удалений

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

До

Ширина:  |  Высота:  |  Размер: 771 B

После

Ширина:  |  Высота:  |  Размер: 771 B

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

@ -0,0 +1,5 @@
<html>
<body>
<img src="img-foreignObject-embed-1-helper.svg" height="100px" width="100px">
</body>
</html>

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

@ -1,5 +0,0 @@
<html>
<body>
<img src="img-foreignObject-embed-2-helper.svg" height="100px" width="100px">
</body>
</html>

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

@ -66,8 +66,8 @@ random == img-and-image-1.html img-and-image-1-ref.svg # bug 645267
# different from the reference case). We don't do that check for
# img-foreignObject-iframe-1a.html, though, because its SVG image tries to
# alert(), and that'd trigger a reftest timeout if we loaded that file directly.
== img-foreignObject-embed-2.html lime100x100-ref.html
!= img-foreignObject-embed-2-helper.svg lime100x100-ref.html
== img-foreignObject-embed-1.html lime100x100-ref.html
!= img-foreignObject-embed-1-helper.svg lime100x100-ref.html
== img-foreignObject-iframe-1a.html lime100x100-ref.html
== img-foreignObject-iframe-1b.html lime100x100-ref.html
!= img-foreignObject-iframe-1b-helper.svg lime100x100-ref.html