Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Unified Diff: LayoutTests/svg/as-image/svg-invalid-image-1.html

Issue 198943004: Testcase for crbug.com/350907 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/svg/as-image/svg-invalid-image-1-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | LayoutTests/svg/as-image/svg-invalid-image-1-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698