chromium/third_party/blink/web_tests/http/tests/devtools/elements/styles-1/edit-inspector-stylesheet-expected.txt

Tests that adding a new rule creates inspector stylesheet resource and allows its live editing.

Inspector stylesheet URL: inspector-stylesheet
Inspector stylesheet content:
#inspected {}

Setting new content
Inspector stylesheet content:
#inspected { background-color: green; }
[expanded] 
element.style { ()

[expanded] 
#inspected { (inspector-stylesheet:1 -> inspector-stylesheet:1:13)
    background-color: green;

[expanded] 
div { (user agent stylesheet)
    display: block;
    unicode-bidi: isolate;