Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / styles / resources / styles-update-links.css
blobda081d8afc6face5ad9c952d808e69321ad6e035
1 .left-intact {
2 box-sizing: border-box;
4 .left-intact {
5 padding: 1em;
6 } .should-change {
7 color: red; } .should-change { border: 1px solid black; } .should-change { position: relative;
8 margin: 1em;
10 @media (min-device-width: 1px) {
11 .should-change {
12 font-family: monospace;
16 /**
17 * Make sure to update styles-update-links-2.css on any change
18 * to lines count of this file.