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

Unified Diff: LayoutTests/animations/base-render-style-crash.html

Issue 642773004: Clear baseRenderStyle on detach. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months 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 | LayoutTests/animations/base-render-style-crash-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/base-render-style-crash.html
diff --git a/LayoutTests/animations/base-render-style-crash.html b/LayoutTests/animations/base-render-style-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..ef52ffed6c8a8842484e0749d2de923a171c8861
--- /dev/null
+++ b/LayoutTests/animations/base-render-style-crash.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<p>PASS if no crash and no assertion failure.</p>
+<iframe id="dc"></iframe>
+<canvas id="ak">
+ <object id="bs">
+ <script>
+ bs.animate([{"backgroundClip":"content-box"}, {"backgroundClip":"border-box"}], 2000);
+ try {bs.appendChild(document.querySelector("e2").cloneNode(true));}catch(e){}
+ dc.contentDocument.body.appendChild(ak);
+ </script>
+ </object>
+</canvas>
« no previous file with comments | « no previous file | LayoutTests/animations/base-render-style-crash-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698