<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - keyframes do not work when defined inside a style in a shadowRoot"
href="https://bugs.webkit.org/show_bug.cgi?id=164608#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - keyframes do not work when defined inside a style in a shadowRoot"
href="https://bugs.webkit.org/show_bug.cgi?id=164608">bug 164608</a>
from <span class="vcard"><a class="email" href="mailto:dino@apple.com" title="Dean Jackson <dino@apple.com>"> <span class="fn">Dean Jackson</span></a>
</span></b>
<pre>It appears that KeyframeAnimation::resolveKeyframeStyles() calls into Element::styleResolver(), but that gets null for containingShadowRoot() so returns the Document's style resolver.
I think the keyframes rule is in the shadow root's style resolver. But I'm not sure if containingShadowRoot should be null here.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>