Subversion Repositories Kolibri OS

Rev

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

  1. #data
  2. * { top: 1em; }
  3. #errors
  4. #expected
  5. | *
  6. |  top: 1em
  7. #reset
  8.  
  9. #data
  10. * { top: 1em; bottom }
  11. #errors
  12. #expected
  13. | *
  14. |  top: 1em
  15. #reset
  16.  
  17. #data
  18. * { top: 1em; bottom; bottom: 3px; }
  19. #errors
  20. #expected
  21. | *
  22. |  top: 1em
  23. |  bottom: 3px
  24. #reset
  25.  
  26. #data
  27. * { top: 1em; bottom left; bottom: 3px; }
  28. #errors
  29. #expected
  30. | *
  31. |  top: 1em
  32. |  bottom: 3px
  33. #reset
  34.  
  35. #data
  36. * { top: 1em; bottom: }
  37. #errors
  38. #expected
  39. | *
  40. |  top: 1em
  41. #reset
  42.  
  43. #data
  44. * { top: 1em; bottom:; left:1in; }
  45. #errors
  46. #expected
  47. | *
  48. |  top: 1em
  49. |  left: 1in
  50. #reset
  51.  
  52. #data
  53. * { top: 1em; bottom{; left:1in} }
  54. #errors
  55. #expected
  56. | *
  57. |  top: 1em
  58. #reset
  59.  
  60. #data
  61. * { top: 1em; bottom{; left:1in}; color: #BBC; }
  62. #errors
  63. #expected
  64. | *
  65. |  top: 1em
  66. |  color: #ffbbbbcc
  67. #reset
  68.  
  69. #data
  70. * { top: 1em; bottom{; left:1in}; color: #BBC; }
  71. #errors
  72. #expected
  73. | *
  74. |  top: 1em
  75. |  color: #ffbbbbcc
  76. #reset
  77.  
  78. #data
  79. * { background-color: black; :; color: white; }
  80. #errors
  81. #expected
  82. | *
  83. |  background-color: #ff000000
  84. |  color: #ffffffff
  85. #reset
  86.  
  87. #data
  88. * { background-color: black; : color: white; }
  89. #errors
  90. #expected
  91. | *
  92. |  background-color: #ff000000
  93. #reset
  94.  
  95. #data
  96. * { background-color: black; dentist: color: white; }
  97. #errors
  98. #expected
  99. | *
  100. |  background-color: #ff000000
  101. #reset
  102.  
  103. #data
  104. *{f():{
  105. #errors
  106. #expected
  107. | *
  108. #reset
  109.  
  110. #data
  111. *{:{
  112. #errors
  113. #expected
  114. | *
  115. #reset
  116.  
  117. #data
  118. *{:{};f():{};font-size:{};clear:both}
  119. #errors
  120. #expected
  121. | *
  122. |  clear: both
  123. #reset
  124.  
  125.