Currently only styles that come from external stylesheets can be synced. This is due to limitations of onResourceContentCommitted/onResourceAdded - https://github.com/ChromeDevTools/EmulatedDeviceLab/blob/master/lib/devtools.js . One way to fix that will be by using MutationObservers.