chromium/third_party/blink/web_tests/http/tests/devtools/elements/styles-4/styles-inherited-same-source-expected.txt

Checks that inherited styles from the same source are not duplicated.

[expanded] 
element.style { ()

[expanded] 
div { (<style>)
    color: red;

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