| Index: LayoutTests/svg/as-image/svg-invalid-image-1.html
|
| diff --git a/LayoutTests/svg/as-image/svg-invalid-image-1.html b/LayoutTests/svg/as-image/svg-invalid-image-1.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..83247ba4053ddea38ac94b0e3b2046322cfea281
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/as-image/svg-invalid-image-1.html
|
| @@ -0,0 +1,13 @@
|
| +<!DOCTYPE html>
|
| +<script>
|
| +if (window.testRunner) {
|
| + testRunner.dumpAsText();
|
| + testRunner.waitUntilDone();
|
| +}
|
| +window.onload = function() {
|
| + if (window.testRunner)
|
| + testRunner.notifyDone();
|
| +}
|
| +</script>
|
| +<img src='data:image/svg+xml,<html xmlns="http://www.w3.org/1999/xhtml"><marquee width="14px"><object></object></marquee></html>'>
|
| +PASS
|
|
|