Skip to content

Commit c545606

Browse files
committed
use short
1 parent 937917b commit c545606

14 files changed

+22
-232
lines changed

src/test/features/short.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
p {
2+
font-size: 125% 1.5;
3+
position: absolute 1em 2em 3em 4em;
4+
size: 20px 10px;
5+
margin: 0 *;
6+
padding: * 0;
7+
}

src/test/features/short.expected.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
p {
2+
font-size: 125%;
3+
line-height: 1.5;
4+
top: 1em;
5+
right: 2em;
6+
bottom: 3em;
7+
left: 4em;
8+
position: absolute;
9+
width: 20px;
10+
height: 10px;
11+
margin-top: 0;
12+
margin-bottom: 0;
13+
padding-right: 0;
14+
padding-left: 0;
15+
}

src/test/features/shortFontSize.actual.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/test/features/shortFontSize.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/test/features/shortFontSize.expected.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/test/features/shortPosition.actual.css

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/test/features/shortPosition.css

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/test/features/shortPosition.expected.css

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/test/features/shortSize.actual.css

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/test/features/shortSize.css

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/test/features/shortSize.expected.css

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/test/features/shortSpacing.actual.css

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/test/features/shortSpacing.css

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/test/features/shortSpacing.expected.css

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)