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

Side by Side Diff: LayoutTests/animations/pseudo-element-animation-with-color-crash.html

Issue 179363005: Remove dependency on element in applying color properties (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/animations/pseudo-element-animation-with-color-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
(Empty)
1 <style>
2 @keyframes A { 0% { color: red; } }
3 a:before, b:before { animation-name: A; }
4 </style>
5 <a href="#"><b></b></a>
6
7 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 </script>
11 Test passes if it doesn't crash.
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/animations/pseudo-element-animation-with-color-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698