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

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

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
« no previous file with comments | « no previous file | LayoutTests/fast/html/marquee-clone-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script> 2 <script>
3 var ex = false; 3 var ex = false;
4 var doc; 4 var doc;
5 var count = 0; 5 var count = 0;
6 6
7 if (window.testRunner) 7 if (window.testRunner)
8 testRunner.waitUntilDone(); 8 testRunner.waitUntilDone();
9 9
10 function start() { 10 function start() {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 if (ex) 52 if (ex)
53 return; 53 return;
54 ex = true; 54 ex = true;
55 55
56 var iframe = document.createElement('iframe'); 56 var iframe = document.createElement('iframe');
57 iframe.src='resources/marquee-crash.svg'; 57 iframe.src='resources/marquee-crash.svg';
58 doc.appendChild(iframe); 58 doc.appendChild(iframe);
59 } 59 }
60 </script> 60 </script>
61 <body onload="start()"></body> 61 <body onload="start()"></body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/html/marquee-clone-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698