Subversion Repositories Kolibri OS

Rev

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

  1. #data
  2. * { }
  3. #errors
  4. #expected
  5. | *
  6. #reset
  7.  
  8. #data
  9. * { color: #ff0000 }
  10. #errors
  11. #expected
  12. | *
  13. |  color: #ffff0000
  14. #reset
  15.  
  16. #data
  17. * { color: inherit }
  18. #errors
  19. #expected
  20. | *
  21. |  color: inherit
  22. #reset
  23.  
  24. #data
  25. * { cursor: inherit }
  26. #errors
  27. #expected
  28. | *
  29. |  cursor: inherit
  30. #reset
  31.  
  32. #data
  33. * { cursor: text inherit }
  34. #errors
  35. #expected
  36. | *
  37. #reset
  38.  
  39. #data
  40. * { cursor: inherit auto }
  41. #errors
  42. #expected
  43. | *
  44. #reset
  45.  
  46. #data
  47. * { background-image: url("foo.png"); color: inherit }
  48. #errors
  49. #expected
  50. | *
  51. |  background-image: url('foo.png')
  52. |  color: inherit
  53. #reset
  54.  
  55. #data
  56. * { display: block; display: table-cell; }
  57. #errors
  58. #expected
  59. | *
  60. |  display: block
  61. |  display: table-cell
  62. #reset
  63.  
  64. #data
  65. * { display: inherit; }
  66. #errors
  67. #expected
  68. | *
  69. |  display: inherit
  70. #reset
  71.  
  72. #data
  73. * { height: inherit; }
  74. #errors
  75. #expected
  76. | *
  77. |  height: inherit
  78. #reset
  79.  
  80. #data
  81. * { line-height: inherit; }
  82. #errors
  83. #expected
  84. | *
  85. |  line-height: inherit
  86. #reset
  87.  
  88. #data
  89. * { max-height: inherit; }
  90. #errors
  91. #expected
  92. | *
  93. |  max-height: inherit
  94. #reset
  95.  
  96. #data
  97. * { max-width: inherit; }
  98. #errors
  99. #expected
  100. | *
  101. |  max-width: inherit
  102. #reset
  103.  
  104. #data
  105. * { min-height: inherit; }
  106. #errors
  107. #expected
  108. | *
  109. |  min-height: inherit
  110. #reset
  111.  
  112. #data
  113. * { min-width: inherit; }
  114. #errors
  115. #expected
  116. | *
  117. |  min-width: inherit
  118. #reset
  119.  
  120. #data
  121. * { width: inherit; }
  122. #errors
  123. #expected
  124. | *
  125. |  width: inherit
  126. #reset
  127.  
  128. #data
  129. * { display: block inherit; }
  130. #errors
  131. #expected
  132. | *
  133. #reset
  134.  
  135. #data
  136. * { cursor: url("foo.png"), url("bar.gif"), pointer; }
  137. #errors
  138. #expected
  139. | *
  140. |  cursor: url('foo.png'), url('bar.gif'), pointer
  141. #reset
  142.  
  143.