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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/animations/pseudo-element-animation-with-marker-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <style> 1 <style>
2 @keyframes A { 0% { color: red; } } 2 @keyframes test { 0% { marker: url("crash"); } }
3 a:before, b:before { animation-name: A; } 3 body:before { animation-name: test; }
4 </style> 4 </style>
5 <a href="#"><b></b></a>
6
7 <script> 5 <script>
8 if (window.testRunner) 6 if (window.testRunner)
9 testRunner.dumpAsText(); 7 testRunner.dumpAsText();
10 </script> 8 </script>
11 Test passes if it doesn't crash. 9 Test passes if it doesn't crash.
OLDNEW
« 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