Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #data
  2. * { background: red; }
  3. #errors
  4. #expected
  5. | *
  6. |  background-attachment: scroll
  7. |  background-color: #ffff0000
  8. |  background-image: none
  9. |  background-position: left top
  10. |  background-repeat: repeat
  11. #reset
  12.  
  13. #data
  14. * { background: transparent }
  15. #errors
  16. #expected
  17. | *
  18. |  background-attachment: scroll
  19. |  background-color: transparent
  20. |  background-image: none
  21. |  background-position: left top
  22. |  background-repeat: repeat
  23. #reset
  24.  
  25. #data
  26. * { background: currentColor }
  27. #errors
  28. #expected
  29. | *
  30. |  background-attachment: scroll
  31. |  background-color: currentColor
  32. |  background-image: none
  33. |  background-position: left top
  34. |  background-repeat: repeat
  35. #reset
  36.  
  37. #data
  38. * { background: url("chess.png") gray 40% repeat fixed; }
  39. #errors
  40. #expected
  41. | *
  42. |  background-attachment: fixed
  43. |  background-color: #ff808080
  44. |  background-image: url('chess.png')
  45. |  background-position: 40% center
  46. |  background-repeat: repeat
  47. #reset
  48.  
  49. #data
  50. * { background: inherit; }
  51. #errors
  52. #expected
  53. | *
  54. |  background-attachment: inherit
  55. |  background-color: inherit
  56. |  background-image: inherit
  57. |  background-position: inherit
  58. |  background-repeat: inherit
  59. #reset
  60.  
  61. #data
  62. * { background: #fff url(bg.gif) no-repeat fixed top left; }
  63. #errors
  64. #expected
  65. | *
  66. |  background-attachment: fixed
  67. |  background-color: #ffffffff
  68. |  background-image: url('bg.gif')
  69. |  background-position: left top
  70. |  background-repeat: no-repeat
  71. #reset
  72.  
  73. #data
  74. * { background: #fff #000; }
  75. #errors
  76. #expected
  77. | *
  78. #reset
  79.  
  80. #data
  81. * { background: #fff url(foo) repeat fixed right bottom #000; }
  82. #errors
  83. #expected
  84. | *
  85. #reset
  86.  
  87. #data
  88. * { background: #fff inherit; }
  89. #errors
  90. #expected
  91. | *
  92. #reset
  93.  
  94. #data
  95. * { background: inherit #fff; }
  96. #errors
  97. #expected
  98. | *
  99. #reset
  100.  
  101. #data
  102. * { background: #fff inherit top left; }
  103. #errors
  104. #expected
  105. | *
  106. #reset
  107.  
  108. #data
  109. * { background: inherit fixed !important; }
  110. #errors
  111. #expected
  112. | *
  113. #reset
  114.  
  115. #data
  116. * { background: #fff url(foo) repeat fixed right bottom inherit; }
  117. #errors
  118. #expected
  119. | *
  120. #reset
  121.  
  122. #data
  123. * { background: red !important; }
  124. #errors
  125. #expected
  126. | *
  127. |  background-attachment: scroll !important
  128. |  background-color: #ffff0000 !important
  129. |  background-image: none !important
  130. |  background-position: left top !important
  131. |  background-repeat: repeat !important
  132. #reset
  133.  
  134. #data
  135. * { background: url("chess.png") gray 50% repeat fixed ! important; }
  136. #errors
  137. #expected
  138. | *
  139. |  background-attachment: fixed !important
  140. |  background-color: #ff808080 !important
  141. |  background-image: url('chess.png') !important
  142. |  background-position: 50% center !important
  143. |  background-repeat: repeat !important
  144. #reset
  145.  
  146. #data
  147. * { background: inherit !important; }
  148. #errors
  149. #expected
  150. | *
  151. |  background-attachment: inherit !important
  152. |  background-color: inherit !important
  153. |  background-image: inherit !important
  154. |  background-position: inherit !important
  155. |  background-repeat: inherit !important
  156. #reset
  157.  
  158. #data
  159. * { background: #fff url(bg.gif) no-repeat fixed top left !important; }
  160. #errors
  161. #expected
  162. | *
  163. |  background-attachment: fixed !important
  164. |  background-color: #ffffffff !important
  165. |  background-image: url('bg.gif') !important
  166. |  background-position: left top !important
  167. |  background-repeat: no-repeat !important
  168. #reset
  169.  
  170. #data
  171. * { background: #fff #000 ! important; }
  172. #errors
  173. #expected
  174. | *
  175. #reset
  176.  
  177. #data
  178. * { background: #fff url(foo) repeat fixed right bottom #000 ! important; }
  179. #errors
  180. #expected
  181. | *
  182. #reset
  183.  
  184. #data
  185. * { background: invalid; }
  186. #errors
  187. #expected
  188. | *
  189. #reset
  190.  
  191.  
  192. #data
  193. * { background: url(foo) !important no-repeat; }
  194. #errors
  195. #expected
  196. | *
  197. #reset
  198.  
  199.  
  200. #data
  201. * { background-image: inherit; }
  202. #errors
  203. #expected
  204. | *
  205. |  background-image: inherit
  206. #reset
  207.  
  208. #data
  209. * { background-color: inherit; }
  210. #errors
  211. #expected
  212. | *
  213. |  background-color: inherit
  214. #reset
  215.  
  216. #data
  217. * { background-color: red inherit; }
  218. #errors
  219. #expected
  220. | *
  221. #reset
  222.  
  223. #data
  224. * { background-color: inherit red; }
  225. #errors
  226. #expected
  227. | *
  228. #reset
  229.  
  230. #data
  231. * { background-color: inherit red !important; }
  232. #errors
  233. #expected
  234. | *
  235. #reset
  236.  
  237. #data
  238. * { background-color: red !important; }
  239. #errors
  240. #expected
  241. | *
  242. |  background-color: #ffff0000 !important
  243. #reset
  244.  
  245. #data
  246. * { background-attachment: inherit; }
  247. #errors
  248. #expected
  249. | *
  250. |  background-attachment: inherit
  251. #reset
  252.  
  253. #data
  254. * { background-position: inherit; }
  255. #errors
  256. #expected
  257. | *
  258. |  background-position: inherit
  259. #reset
  260.  
  261. #data
  262. * { background-repeat: inherit; }
  263. #errors
  264. #expected
  265. | *
  266. |  background-repeat: inherit
  267. #reset
  268.  
  269. #data
  270. * { background-repeat: red; }
  271. #errors
  272. #expected
  273. | *
  274. #reset
  275.  
  276.