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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/html/marquee-clone-crash-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0"?>
2 <svg id="element0" xmlns="http://www.w3.org/2000/svg"
3 xmlns:svg="http://www.w3.org/2000/svg"
4 onload="start()">
5 <script type="text/javascript"><![CDATA[
6 function start() {
7 document.getElementById("element1").appendChild(window.top.mq2);
8 }
9 ]]>
10 </script>
11 <foreignObject id="element1" width="500" height="500">
12 </foreignObject>
13 </svg>
OLDNEW
« 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