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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/filters/multiple-references-id-mutate-crash.html

Issue 2490163002: Reland of "Tracking reference filter mutation via SVGElementProxy" (Closed)
Patch Set: Fix double observer unregistration; simplify scope selection; add tests Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/filters/multiple-references-id-mutate-crash-2.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .filter {
4 filter: url(#foo);
5 }
6 </style>
7 <div class="filter"></div>
8 <div class="filter"></div>
9 <button form="bar"></button>
10 <script>
11 if (window.testRunner)
12 testRunner.dumpAsText();
13 onload = function() {
14 document.body.innerHTML = "PASS if no crash";
15 }
16 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/filters/multiple-references-id-mutate-crash-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698