aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/support/test-style.css
blob: f2ffea039b1a69c47c27fb818caa0844e0999a1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
      #test01, #test02, #test03{
        width: 50px;
        height: 50px;
	text-align:center;
	font-size: 20px;
      }
      #test{
        background: #ff0000;
      }
      #test01{
        background: #7FFF00;
      }
      #test02{
        background: #00FFFF;
      }
      #test03{
        background: #4169E1;
      }