This text uses AccentColorText and background uses AccentColor.
Section 3: Control Animation (No AccentColor)
Animating #00ffff → #ff00ff (no AccentColor)
Section 4: Animation Taint Test (AccentColor)
Animating AccentColor → #ff00ff
Results will appear here.
Section 5: Canvas Paint + Read Test (AccentColor)
Section 6: Custom Property Substitution Taint Test
Tests whether tainting from AccentColor propagates through a
*registered* custom property (--accent) into an
*unregistered* property (--my-color), then into actual style properties.
This element uses:
--accent: AccentColor
--my-color: var(--accent)
background-color: var(--my-color)
color: AccentColorText
Section 7: Complex Expression Taint Test (if(), mixing, exfiltration)
Tests whether if() logic, numeric coercion attempts, and
assigning tainted values into non-color properties preserve tainting.