mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 652862 - Remove disable-svg references in tests; (Av1) Jut remove them.
r=dbaron. DONTBUILD
This commit is contained in:
parent
c8a6428cec
commit
5f1c2b7646
@ -5,7 +5,6 @@
|
||||
<title><object>: 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>
|
||||
|
@ -5,7 +5,6 @@
|
||||
<title><object>: 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>
|
||||
|
@ -5,7 +5,6 @@
|
||||
<title><object>: 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>
|
||||
|
@ -5,7 +5,6 @@
|
||||
<title><object>: 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>
|
||||
|
Loading…
Reference in New Issue
Block a user