Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector-protocol / css / resources / add-rule.css
blob7fc335df81d7a7cf1cd6f097397c66f05d8f5d7a
1 #test {
2 box-sizing: border-box;
5 #test {
6 /* resetting some properties */
7 line-height: 1;
8 font-family: "Arial";
9 color: blue;
10 display: flex; /* flex FTW! */
13 @media (min-width: 1px) {
14 #test {
15 font-size: 200%;
18 #test {