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

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

Issue 809343002: ScopedStyleResolver should be cleared when ShadowRoot is removed from document. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Imported test from https://codereview.chromium.org/808333002/ 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
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') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698