Bug 652862 - Remove disable-svg references in tests; (Av1) Jut remove them.

r=dbaron.
DONTBUILD
This commit is contained in:
Serge Gautherie 2011-04-26 20:57:01 +02:00
parent c8a6428cec
commit 5f1c2b7646
4 changed files with 0 additions and 4 deletions

View File

@ -5,7 +5,6 @@
<title>&lt;object&gt;: SVG</title>
</head>
<body>
<!-- Note: requires a build without the autoconf disable-svg switch. -->
<iframe src="extra/pass.svg" width="100" height="20">FAIL</iframe>
</body>
</html>

View File

@ -5,7 +5,6 @@
<title>&lt;object&gt;: SVG (with type attribute)</title>
</head>
<body>
<!-- Note: requires a build without the autoconf disable-svg switch. -->
<iframe src="extra/pass.svg" width="100" height="20"></iframe>
</body>
</html>

View File

@ -5,7 +5,6 @@
<title>&lt;object&gt;: SVG (with type attribute)</title>
</head>
<body>
<!-- Note: requires a build without the autoconf disable-svg switch. -->
<p><object type="image/svg+xml" data="extra/pass.svg" width="100" height="20">FAIL</object></p>
</body>
</html>

View File

@ -5,7 +5,6 @@
<title>&lt;object&gt;: SVG</title>
</head>
<body>
<!-- Note: requires a build without the autoconf disable-svg switch. -->
<p><object data="extra/pass.svg" width="100" height="20">FAIL</object></p>
</body>
</html>