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

Unified Diff: LayoutTests/animations/pseudo-element-animation-with-marker-crash.html

Issue 566803002: Web Animations: Fix pseudo element keyframe style resolution crash (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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/pseudo-element-animation-with-marker-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/pseudo-element-animation-with-marker-crash.html
diff --git a/LayoutTests/animations/pseudo-element-animation-with-color-crash.html b/LayoutTests/animations/pseudo-element-animation-with-marker-crash.html
similarity index 54%
copy from LayoutTests/animations/pseudo-element-animation-with-color-crash.html
copy to LayoutTests/animations/pseudo-element-animation-with-marker-crash.html
index ce81c8388d9aadbbbf429bca80df4f13df2daffc..4b6736314887c463b04fd81e086f34dde8745e61 100644
--- a/LayoutTests/animations/pseudo-element-animation-with-color-crash.html
+++ b/LayoutTests/animations/pseudo-element-animation-with-marker-crash.html
@@ -1,9 +1,7 @@
<style>
-@keyframes A { 0% { color: red; } }
-a:before, b:before { animation-name: A; }
+@keyframes test { 0% { marker: url("crash"); } }
+body:before { animation-name: test; }
</style>
-<a href="#"><b></b></a>
-
<script>
if (window.testRunner)
testRunner.dumpAsText();
« no previous file with comments | « no previous file | LayoutTests/animations/pseudo-element-animation-with-marker-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698