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

Unified Diff: LayoutTests/fast/html/resources/marquee-crash.svg

Issue 808333002: Add <marquee> crashing test case. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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 | « LayoutTests/fast/html/marquee-clone-crash-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/html/resources/marquee-crash.svg
diff --git a/LayoutTests/fast/html/resources/marquee-crash.svg b/LayoutTests/fast/html/resources/marquee-crash.svg
new file mode 100644
index 0000000000000000000000000000000000000000..613477169e2fc27029ba338914254f3ffc007cbf
--- /dev/null
+++ b/LayoutTests/fast/html/resources/marquee-crash.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<svg id="element0" xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ onload="start()">
+ <script type="text/javascript"><![CDATA[
+ function start() {
+ document.getElementById("element1").appendChild(window.top.mq2);
+ }
+ ]]>
+ </script>
+ <foreignObject id="element1" width="500" height="500">
+ </foreignObject>
+</svg>
« no previous file with comments | « LayoutTests/fast/html/marquee-clone-crash-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698