Is there any way to inspect ::first-line and ::first-letter pseudo-elements in developer tools?

In Chrome (74), I see these styles listed all the way at the bottom of the styles list, past the Inherited from blocks: chrome inspector pseudo classes


1. Firefox (64 and Nightly) I was able to easily see both ::first-line and ::first-letter pseudo-elements in the Firefox inspector:

enter image description here.

You can see those styles in your inspector by expanding the 'pseudo-elements' tab: enter image description here

2. Chrome (72) I have no trouble seeing it in the Chrome inspector either (applies to both ::first-line and ::first-letter):

enter image description here

Was not able to find the pseudo-element in Safari.