no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 192767.css
blob2f450f0766670f49704e8864fd1f5246f7cb2c5d
1 body > *
2 {
3 width: 100px;
4 height: 100px;
5 overflow: auto;
6 border: thick solid purple;
7 margin: 10px;
10 body > * > *
12 margin: 10px;
13 border: medium solid green;
14 background: yellow;
15 width: 200px;
16 height: 200px;