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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/css3/filters/multiple-references-id-mutate-crash.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/multiple-references-id-mutate-crash.html b/third_party/WebKit/LayoutTests/css3/filters/multiple-references-id-mutate-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..b5f35a517e6dd22f8e94cc2d5d4dd43f8da03ecd
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/css3/filters/multiple-references-id-mutate-crash.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<style>
+.filter {
+ filter: url(#foo);
+}
+</style>
+<div class="filter"></div>
+<div class="filter"></div>
+<button form="bar"></button>
+<script>
+if (window.testRunner)
+ testRunner.dumpAsText();
+onload = function() {
+ document.body.innerHTML = "PASS if no crash";
+}
+</script>
« 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