summaryrefslogtreecommitdiffstats
path: root/test/css/basic1.css
blob: 02955494e9ede95b256232e4f3e904d51ed4431b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!--

/* Handle <!-- --> */

table {
    width: auto;
    height: 500px;
}

td {
    color: gray;
    background-color: yellow;
}

-->