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

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

Issue 821093008: Merge 187602 "ScopedStyleResolver should be cleared when ShadowR..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2214/
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
OLDNEW
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <svg id="element0" xmlns="http://www.w3.org/2000/svg" 2 <svg id="element0" xmlns="http://www.w3.org/2000/svg"
3 xmlns:svg="http://www.w3.org/2000/svg" 3 xmlns:svg="http://www.w3.org/2000/svg"
4 onload="start()"> 4 onload="start()">
5 <script type="text/javascript"><![CDATA[ 5 <script type="text/javascript"><![CDATA[
6 function start() { 6 function start() {
7 document.getElementById("element1").appendChild(window.top.mq2); 7 document.getElementById("element1").appendChild(window.top.mq2);
8 } 8 }
9 ]]> 9 ]]>
10 </script> 10 </script>
11 <foreignObject id="element1" width="500" height="500"> 11 <foreignObject id="element1" width="500" height="500">
12 </foreignObject> 12 </foreignObject>
13 </svg> 13 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/fast/html/marquee-clone-crash-expected.txt ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698