kolibrios/programs/network/netsurf/libcss/test/data/parse/tests1.dat
Dmitry Pereverzev (SoUrcerer) 370da47fa0 Netsurf initial port (still needs native ui and cURL)
git-svn-id: svn://kolibrios.org@3584 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-01 17:14:14 +00:00

47 lines
505 B
Plaintext

#data
* { }
#errors
#expected
| 1 *
#reset
#data
* { color: #ff0000 }
#errors
#expected
| 1 *
| 0x02000018 0xffff0000
#reset
#data
* { color: inherit }
#errors
#expected
| 1 *
| 0x00000818
#reset
#data
* { color: inherit ! important }
#errors
#expected
| 1 *
| 0x00000c18
#reset
#data
* { color: inherit !important }
#errors
#expected
| 1 *
| 0x00000c18
#reset
#data
* { background-image: url("foo.png"); color: inherit }
#errors
#expected
| 1 *
| 0x02000003 PTR(foo.png) 0x00000818
#reset