Closed Bug 1476908 Opened 6 years ago Closed 6 years ago

Rule view should be showed CSS keyframes from the shadow dom.

Categories

(DevTools :: Inspector: Rules, defect, P3)

63 Branch
defect

Tracking

(firefox63 verified)

VERIFIED FIXED
Firefox 63
Tracking Status
firefox63 --- verified

People

(Reporter: nayinain, Assigned: jdescottes)

References

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0
Build ID: 20180718220144

Steps to reproduce:

1. Open the following dataUrl.
data:text/html,<div></div><script>document.querySelector('div').attachShadow({mode: 'open'}).innerHTML ='<span>text</span><style>@keyframes blink {0% { border: rgba(255,0,0,1) 2px dashed ;} 100% { border: rgba(255,0,0,0) 2px dashed ;}} span {animation:blink .5s 0s infinite;}</style>';</script>
2. Inspect element on the blinking node.



Expected results:

Rule view should be showed the CSS keyframes.



Sorry for my bad English.
Thanks for logging! I believe this is linked to Bug 1454468. We need to use a different API to fetch stylesheets coming from shadow DOM.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
See Also: → 1454468
Comment on attachment 8993719 [details]
Bug 1476908 - Show keyframes for elements in shadow dom;

https://reviewboard.mozilla.org/r/258406/#review265458

Nice
Attachment #8993719 - Flags: review?(bgrinstead) → review+
Thanks for the review! Try at https://treeherder.mozilla.org/#/jobs?repo=try&revision=6dd8c6b5b8edd5cb50d01449ad5f700e8928d92b
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3c97a4764682
Show keyframes for elements in shadow dom;r=bgrins
https://hg.mozilla.org/mozilla-central/rev/3c97a4764682
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Flags: qe-verify+
Flags: needinfo?(timea.zsoldos)
I have reproduced this issue using Firefox 63.0a1 (2018.07.19) on Windows 10 x64.
I can confirm this issue is fixed, I verified using Firefox 63.0b4 on Ubuntu 16.04 x64, Windows  10 x64 and Mac OS X 10.13.
Status: RESOLVED → VERIFIED
Flags: qe-verify+
Flags: needinfo?(timea.zsoldos)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: