chromium/third_party/blink/web_tests/http/tests/devtools/elements/styles/resources/styles-update-links.css

.left-intact {
    box-sizing: border-box;
}
.left-intact {
    padding: 1em;
} .should-change {
    color: red; } .should-change { border: 1px solid black; } .should-change { position: relative;
    margin: 1em;
}
@media (min-device-width: 1px) {
    .should-change {
        font-family: monospace;
    }
}

/**
 * Make sure to update styles-update-links-2.css on any change
 * to lines count of this file.
 */