forked from KolibriOS/kolibrios
370da47fa0
git-svn-id: svn://kolibrios.org@3584 a494cfbc-eb01-0410-851d-a64ba20cac60
60 lines
713 B
Plaintext
60 lines
713 B
Plaintext
#data
|
|
* { background-position: left left; }
|
|
#errors
|
|
#expected
|
|
| *
|
|
#reset
|
|
|
|
#data
|
|
* { background-position: bottom 20%; }
|
|
#errors
|
|
#expected
|
|
| *
|
|
#reset
|
|
|
|
#data
|
|
* { background-position: right foo; }
|
|
#errors
|
|
#expected
|
|
| *
|
|
#reset
|
|
|
|
#data
|
|
* { background-position: left top inherit; }
|
|
#errors
|
|
#expected
|
|
| *
|
|
#reset
|
|
|
|
#data
|
|
* { background-position: inherit left top; }
|
|
#errors
|
|
#expected
|
|
| *
|
|
#reset
|
|
|
|
#data
|
|
* { background-position: left top; }
|
|
#errors
|
|
#expected
|
|
| *
|
|
| background-position: left top
|
|
#reset
|
|
|
|
#data
|
|
* { background-position: left center; }
|
|
#errors
|
|
#expected
|
|
| *
|
|
| background-position: left center
|
|
#reset
|
|
|
|
#data
|
|
* { background-position: 62% center; }
|
|
#errors
|
|
#expected
|
|
| *
|
|
| background-position: 62% center
|
|
#reset
|
|
|