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

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

Issue 2966953002: Move animations crash tests to subdirectory (Closed)
Patch Set: Rename crash-tests/ to stability/ Created 3 years, 5 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
Index: third_party/WebKit/LayoutTests/animations/base-render-style-crash.html
diff --git a/third_party/WebKit/LayoutTests/animations/base-render-style-crash.html b/third_party/WebKit/LayoutTests/animations/base-render-style-crash.html
deleted file mode 100644
index ef52ffed6c8a8842484e0749d2de923a171c8861..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/animations/base-render-style-crash.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!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>

Powered by Google App Engine
This is Rietveld 408576698