Subversion Repositories Kolibri OS

Rev

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

  1. #data
  2. * { list-style: inherit; }
  3. #errors
  4. #expected
  5. | *
  6. |  list-style-image: inherit
  7. |  list-style-position: inherit
  8. |  list-style-type: inherit
  9. #reset
  10.  
  11. #data
  12. * { list-style: circle; }
  13. #errors
  14. #expected
  15. | *
  16. |  list-style-image: none
  17. |  list-style-position: outside
  18. |  list-style-type: circle
  19. #reset
  20.  
  21. #data
  22. * { list-style: inside; }
  23. #errors
  24. #expected
  25. | *
  26. |  list-style-image: none
  27. |  list-style-position: inside
  28. |  list-style-type: disc
  29. #reset
  30.  
  31. #data
  32. * { list-style: url(foo); }
  33. #errors
  34. #expected
  35. | *
  36. |  list-style-image: url('foo')
  37. |  list-style-position: outside
  38. |  list-style-type: disc
  39. #reset
  40.  
  41. #data
  42. * { list-style: circle inside; }
  43. #errors
  44. #expected
  45. | *
  46. |  list-style-image: none
  47. |  list-style-position: inside
  48. |  list-style-type: circle
  49. #reset
  50.  
  51. #data
  52. * { list-style: inside circle; }
  53. #errors
  54. #expected
  55. | *
  56. |  list-style-image: none
  57. |  list-style-position: inside
  58. |  list-style-type: circle
  59. #reset
  60.  
  61. #data
  62. * { list-style: inside url(foo); }
  63. #errors
  64. #expected
  65. | *
  66. |  list-style-image: url('foo')
  67. |  list-style-position: inside
  68. |  list-style-type: disc
  69. #reset
  70.  
  71. #data
  72. * { list-style: url(foo) inside; }
  73. #errors
  74. #expected
  75. | *
  76. |  list-style-image: url('foo')
  77. |  list-style-position: inside
  78. |  list-style-type: disc
  79. #reset
  80.  
  81. #data
  82. * { list-style: circle url(foo); }
  83. #errors
  84. #expected
  85. | *
  86. |  list-style-image: url('foo')
  87. |  list-style-position: outside
  88. |  list-style-type: circle
  89. #reset
  90.  
  91. #data
  92. * { list-style: url(foo) circle; }
  93. #errors
  94. #expected
  95. | *
  96. |  list-style-image: url('foo')
  97. |  list-style-position: outside
  98. |  list-style-type: circle
  99. #reset
  100.  
  101. #data
  102. * { list-style: circle inside url(foo); }
  103. #errors
  104. #expected
  105. | *
  106. |  list-style-image: url('foo')
  107. |  list-style-position: inside
  108. |  list-style-type: circle
  109. #reset
  110.  
  111. #data
  112. * { list-style: circle url(foo) inside; }
  113. #errors
  114. #expected
  115. | *
  116. |  list-style-image: url('foo')
  117. |  list-style-position: inside
  118. |  list-style-type: circle
  119. #reset
  120.  
  121. #data
  122. * { list-style: inside circle url(foo); }
  123. #errors
  124. #expected
  125. | *
  126. |  list-style-image: url('foo')
  127. |  list-style-position: inside
  128. |  list-style-type: circle
  129. #reset
  130.  
  131. #data
  132. * { list-style: inside url(foo) circle; }
  133. #errors
  134. #expected
  135. | *
  136. |  list-style-image: url('foo')
  137. |  list-style-position: inside
  138. |  list-style-type: circle
  139. #reset
  140.  
  141. #data
  142. * { list-style: url(foo) circle inside; }
  143. #errors
  144. #expected
  145. | *
  146. |  list-style-image: url('foo')
  147. |  list-style-position: inside
  148. |  list-style-type: circle
  149. #reset
  150.  
  151. #data
  152. * { list-style: url(foo) inside circle; }
  153. #errors
  154. #expected
  155. | *
  156. |  list-style-image: url('foo')
  157. |  list-style-position: inside
  158. |  list-style-type: circle
  159. #reset
  160.  
  161.  
  162. #data
  163. * { list-style: invalid; }
  164. #errors
  165. #expected
  166. | *
  167. #reset
  168.  
  169. #data
  170. * { list-style: ; }
  171. #errors
  172. #expected
  173. | *
  174. #reset
  175.  
  176. #data
  177. * { list-style:}
  178. #errors
  179. #expected
  180. | *
  181. #reset
  182.  
  183. #data
  184. * { list-style: inherit circle; }
  185. #errors
  186. #expected
  187. | *
  188. #reset
  189.  
  190. #data
  191. * { list-style: disc inherit; }
  192. #errors
  193. #expected
  194. | *
  195. #reset
  196.  
  197. #data
  198. * { list-style: circle inside inherit; }
  199. #errors
  200. #expected
  201. | *
  202. #reset
  203.  
  204. #data
  205. * { list-style: inherit disc inside; }
  206. #errors
  207. #expected
  208. | *
  209. #reset
  210.  
  211. #data
  212. * { list-style: disc circle; }
  213. #errors
  214. #expected
  215. | *
  216. #reset
  217.  
  218. #data
  219. * { list-style: inside inherit url('PicoDrive'); }
  220. #errors
  221. #expected
  222. | *
  223. #reset
  224.  
  225. #data
  226. * { list-style: !important disc circle; }
  227. #errors
  228. #expected
  229. | *
  230. #reset
  231.  
  232. #data
  233. * { list-style: !important disc inherit; }
  234. #errors
  235. #expected
  236. | *
  237. #reset
  238.  
  239. #data
  240. * { list-style: disc inherit !important; }
  241. #errors
  242. #expected
  243. | *
  244. #reset
  245.  
  246.  
  247.  
  248.  
  249. #data
  250. * { list-style: inherit !important; }
  251. #errors
  252. #expected
  253. | *
  254. |  list-style-image: inherit !important
  255. |  list-style-position: inherit !important
  256. |  list-style-type: inherit !important
  257. #reset
  258.  
  259. #data
  260. * { list-style: circle !important; }
  261. #errors
  262. #expected
  263. | *
  264. |  list-style-image: none !important
  265. |  list-style-position: outside !important
  266. |  list-style-type: circle !important
  267. #reset
  268.  
  269. #data
  270. * { list-style: inside !important; }
  271. #errors
  272. #expected
  273. | *
  274. |  list-style-image: none !important
  275. |  list-style-position: inside !important
  276. |  list-style-type: disc !important
  277. #reset
  278.  
  279. #data
  280. * { list-style: url(foo) !important; }
  281. #errors
  282. #expected
  283. | *
  284. |  list-style-image: url('foo') !important
  285. |  list-style-position: outside !important
  286. |  list-style-type: disc !important
  287. #reset
  288.  
  289. #data
  290. * { list-style: circle inside !important; }
  291. #errors
  292. #expected
  293. | *
  294. |  list-style-image: none !important
  295. |  list-style-position: inside !important
  296. |  list-style-type: circle !important
  297. #reset
  298.  
  299. #data
  300. * { list-style: inside circle !important; }
  301. #errors
  302. #expected
  303. | *
  304. |  list-style-image: none !important
  305. |  list-style-position: inside !important
  306. |  list-style-type: circle !important
  307. #reset
  308.  
  309. #data
  310. * { list-style: inside url(foo) !important; }
  311. #errors
  312. #expected
  313. | *
  314. |  list-style-image: url('foo') !important
  315. |  list-style-position: inside !important
  316. |  list-style-type: disc !important
  317. #reset
  318.  
  319. #data
  320. * { list-style: url(foo) inside !important; }
  321. #errors
  322. #expected
  323. | *
  324. |  list-style-image: url('foo') !important
  325. |  list-style-position: inside !important
  326. |  list-style-type: disc !important
  327. #reset
  328.  
  329. #data
  330. * { list-style: circle url(foo) !important; }
  331. #errors
  332. #expected
  333. | *
  334. |  list-style-image: url('foo') !important
  335. |  list-style-position: outside !important
  336. |  list-style-type: circle !important
  337. #reset
  338.  
  339. #data
  340. * { list-style: url(foo) circle !important; }
  341. #errors
  342. #expected
  343. | *
  344. |  list-style-image: url('foo') !important
  345. |  list-style-position: outside !important
  346. |  list-style-type: circle !important
  347. #reset
  348.  
  349. #data
  350. * { list-style: circle inside url(foo) !important; }
  351. #errors
  352. #expected
  353. | *
  354. |  list-style-image: url('foo') !important
  355. |  list-style-position: inside !important
  356. |  list-style-type: circle !important
  357. #reset
  358.  
  359. #data
  360. * { list-style: circle url(foo) inside !important; }
  361. #errors
  362. #expected
  363. | *
  364. |  list-style-image: url('foo') !important
  365. |  list-style-position: inside !important
  366. |  list-style-type: circle !important
  367. #reset
  368.  
  369. #data
  370. * { list-style: inside circle url(foo) !important; }
  371. #errors
  372. #expected
  373. | *
  374. |  list-style-image: url('foo') !important
  375. |  list-style-position: inside !important
  376. |  list-style-type: circle !important
  377. #reset
  378.  
  379. #data
  380. * { list-style: inside url(foo) circle !important; }
  381. #errors
  382. #expected
  383. | *
  384. |  list-style-image: url('foo') !important
  385. |  list-style-position: inside !important
  386. |  list-style-type: circle !important
  387. #reset
  388.  
  389. #data
  390. * { list-style: url(foo) circle inside !important; }
  391. #errors
  392. #expected
  393. | *
  394. |  list-style-image: url('foo') !important
  395. |  list-style-position: inside !important
  396. |  list-style-type: circle !important
  397. #reset
  398.  
  399. #data
  400. * { list-style: url(foo) inside circle !important; }
  401. #errors
  402. #expected
  403. | *
  404. |  list-style-image: url('foo') !important
  405. |  list-style-position: inside !important
  406. |  list-style-type: circle !important
  407. #reset
  408.  
  409. #data
  410. * { content: inherit; }
  411. #errors
  412. #expected
  413. | *
  414. |  content: inherit
  415. #reset
  416.  
  417. #data
  418. * { list-style-position: inherit; }
  419. #errors
  420. #expected
  421. | *
  422. |  list-style-position: inherit
  423. #reset
  424.  
  425. #data
  426. * { list-style-type: inherit; }
  427. #errors
  428. #expected
  429. | *
  430. |  list-style-type: inherit
  431. #reset
  432.  
  433. #data
  434. * { quotes: inherit; }
  435. #errors
  436. #expected
  437. | *
  438. |  quotes: inherit
  439. #reset
  440.  
  441. #data
  442. * { counter-reset: inherit; }
  443. #errors
  444. #expected
  445. | *
  446. |  counter-reset: inherit
  447. #reset
  448.  
  449. #data
  450. * { content: open-quote; }
  451. #errors
  452. #expected
  453. | *
  454. |  content: open-quote
  455. #reset
  456.  
  457. #data
  458. * { content: open-quote "moose" close-quote; }
  459. #errors
  460. #expected
  461. | *
  462. |  content: open-quote 'moose' close-quote
  463. #reset
  464.  
  465. #data
  466. * { content: no-open-quote "moose" no-close-quote; }
  467. #errors
  468. #expected
  469. | *
  470. |  content: no-open-quote 'moose' no-close-quote
  471. #reset
  472.  
  473. #data
  474. * { content: no-close-quote "moose" no-open-quote; }
  475. #errors
  476. #expected
  477. | *
  478. |  content: no-close-quote 'moose' no-open-quote
  479. #reset
  480.  
  481. #data
  482. * { content: open-quote "moose" close-quote open-quote no-open-quote "moose" no-close-quote close-quote; }
  483. #errors
  484. #expected
  485. | *
  486. |  content: open-quote 'moose' close-quote open-quote no-open-quote 'moose' no-close-quote close-quote
  487. #reset
  488.  
  489.  
  490.  
  491.  
  492.  
  493. #data
  494. * { list-style: inherit inside; }
  495. #errors
  496. #expected
  497. | *
  498. #reset
  499.  
  500. #data
  501. * { list-style: inherit inside inherit; }
  502. #errors
  503. #expected
  504. | *
  505. #reset
  506.  
  507. #data
  508. * { list-style: inherit inherit; }
  509. #errors
  510. #expected
  511. | *
  512. #reset
  513.  
  514. #data
  515. * { list-style: inherit url(foo); }
  516. #errors
  517. #expected
  518. | *
  519. #reset
  520.  
  521. #data
  522. * { list-style: url(foo) inherit; }
  523. #errors
  524. #expected
  525. | *
  526. #reset
  527.  
  528. #data
  529. * { list-style: circle inherit inside; }
  530. #errors
  531. #expected
  532. | *
  533. #reset
  534.  
  535. #data
  536. * { list-style: inherit circle inside; }
  537. #errors
  538. #expected
  539. | *
  540. #reset
  541.  
  542. #data
  543. * { list-style: circle inside inherit; }
  544. #errors
  545. #expected
  546. | *
  547. #reset
  548.  
  549.  
  550.  
  551.  
  552.