<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION: Applying ::before to a pseudo-element no longer works"
   href="https://bugs.webkit.org/show_bug.cgi?id=166946#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION: Applying ::before to a pseudo-element no longer works"
   href="https://bugs.webkit.org/show_bug.cgi?id=166946">bug 166946</a>
              from <span class="vcard"><a class="email" href="mailto:joepeck&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
        <pre>This started failing with the new CSS Parser.

My guess is that this is not a valid selector:

    input::-webkit-slider-runnable-track::before

This is the text from the CSS Selectors Module 3: Spec:
<a href="https://www.w3.org/TR/selectors/#pseudo-elements">https://www.w3.org/TR/selectors/#pseudo-elements</a>

<span class="quote">&gt; Only one pseudo-element may appear per selector, and if present
&gt; it must appear after the sequence of simple selectors that represents
&gt; the subjects of the selector. Note: A future version of this
&gt; specification may allow multiple pseudo-elements per selector.</span >

I doubt it is very common, and given you worked around it, maybe we should close this as the new correct behavior.

What do others think?</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>