Bug 160865

Summary: Shadow DOM: Toggling class in `::slotted(.class)` does not trigger style recalc
Product: WebKit Reporter: Keanu Lee <webkit>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: cdumez, rniwa
Priority: P2    
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   

Description Keanu Lee 2016-08-15 14:37:49 PDT
Similar to, but may not be the same as https://bugs.webkit.org/show_bug.cgi?id=160864

Repro: http://jsbin.com/voviqe/1/edit?html,output



Toggling class "special" does not cause a style recalc:

::slotted(.special) {
  background: green
}
Comment 1 Ryosuke Niwa 2016-11-10 15:42:40 PST
Reverse dup'ing into the bug 164577.

*** This bug has been marked as a duplicate of bug 164577 ***