New in @ChromeDevTools (in Chrome Canary): You can now force more states – such as :active, :focus, … – onto elements.

For example, when inspecting an <input> element you can now also force states such as :enabled, :valid, etc.

These extra states depend on the context. When inspecting a <label> element, you get different options than when inspecting <input>.