Subversion Repositories Kolibri OS

Rev

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

  1. #data
  2. * { break-after: #fff inherit; }
  3. #errors
  4. #expected
  5. | *
  6. #reset
  7.  
  8. #data
  9. * { break-after: 10; }
  10. #errors
  11. #expected
  12. | *
  13. #reset
  14.  
  15. #data
  16. * { break-after: 10em !important; }
  17. #errors
  18. #expected
  19. | *
  20. #reset
  21.  
  22. #data
  23. * { break-after: column; }
  24. #errors
  25. #expected
  26. | *
  27. |  break-after: column
  28. #reset
  29.  
  30. #data
  31. * { break-after: page !important; }
  32. #errors
  33. #expected
  34. | *
  35. |  break-after: page !important
  36. #reset
  37.  
  38. #data
  39. * { break-after: inherit; }
  40. #errors
  41. #expected
  42. | *
  43. |  break-after: inherit
  44. #reset
  45.  
  46. #data
  47. * { break-after: normal; }
  48. #errors
  49. #expected
  50. | *
  51. #reset
  52.  
  53. #data
  54. * { break-before: #fff inherit; }
  55. #errors
  56. #expected
  57. | *
  58. #reset
  59.  
  60. #data
  61. * { break-before: 10; }
  62. #errors
  63. #expected
  64. | *
  65. #reset
  66.  
  67. #data
  68. * { break-before: 10em !important; }
  69. #errors
  70. #expected
  71. | *
  72. #reset
  73.  
  74. #data
  75. * { break-before: column; }
  76. #errors
  77. #expected
  78. | *
  79. |  break-before: column
  80. #reset
  81.  
  82. #data
  83. * { break-before: page !important; }
  84. #errors
  85. #expected
  86. | *
  87. |  break-before: page !important
  88. #reset
  89.  
  90. #data
  91. * { break-before: inherit; }
  92. #errors
  93. #expected
  94. | *
  95. |  break-before: inherit
  96. #reset
  97.  
  98. #data
  99. * { break-before: normal; }
  100. #errors
  101. #expected
  102. | *
  103. #reset
  104.  
  105. #data
  106. * { break-inside: #fff inherit; }
  107. #errors
  108. #expected
  109. | *
  110. #reset
  111.  
  112. #data
  113. * { break-inside: 10; }
  114. #errors
  115. #expected
  116. | *
  117. #reset
  118.  
  119. #data
  120. * { break-inside: 10em !important; }
  121. #errors
  122. #expected
  123. | *
  124. #reset
  125.  
  126. #data
  127. * { break-inside: avoid-column; }
  128. #errors
  129. #expected
  130. | *
  131. |  break-inside: avoid-column
  132. #reset
  133.  
  134. #data
  135. * { break-inside: avoid-page !important; }
  136. #errors
  137. #expected
  138. | *
  139. |  break-inside: avoid-page !important
  140. #reset
  141.  
  142. #data
  143. * { break-inside: page !important; }
  144. #errors
  145. #expected
  146. | *
  147. #reset
  148.  
  149. #data
  150. * { break-inside: inherit; }
  151. #errors
  152. #expected
  153. | *
  154. |  break-inside: inherit
  155. #reset
  156.  
  157. #data
  158. * { break-inside: normal; }
  159. #errors
  160. #expected
  161. | *
  162. #reset
  163.  
  164.  
  165.  
  166.  
  167. #data
  168. * { column-count: normal; }
  169. #errors
  170. #expected
  171. | *
  172. #reset
  173.  
  174. #data
  175. * { column-count: auto; }
  176. #errors
  177. #expected
  178. | *
  179. |  column-count: auto
  180. #reset
  181.  
  182. #data
  183. * { column-count: 3; }
  184. #errors
  185. #expected
  186. | *
  187. |  column-count: 3
  188. #reset
  189.  
  190. #data
  191. * { column-count: 3px; }
  192. #errors
  193. #expected
  194. | *
  195. #reset
  196.  
  197. #data
  198. * { column-count: 2 3; }
  199. #errors
  200. #expected
  201. | *
  202. #reset
  203.  
  204. #data
  205. * { column-fill: 2; }
  206. #errors
  207. #expected
  208. | *
  209. #reset
  210.  
  211. #data
  212. * { column-fill: 2em; }
  213. #errors
  214. #expected
  215. | *
  216. #reset
  217.  
  218. #data
  219. * { column-fill: normal; }
  220. #errors
  221. #expected
  222. | *
  223. #reset
  224.  
  225. #data
  226. * { column-fill: balance; }
  227. #errors
  228. #expected
  229. | *
  230. |  column-fill: balance
  231. #reset
  232.  
  233. #data
  234. * { column-fill: auto; }
  235. #errors
  236. #expected
  237. | *
  238. |  column-fill: auto
  239. #reset
  240.  
  241. #data
  242. * { column-fill: inherit; }
  243. #errors
  244. #expected
  245. | *
  246. |  column-fill: inherit
  247. #reset
  248.  
  249. #data
  250. * { column-fill: inherit !important; }
  251. #errors
  252. #expected
  253. | *
  254. |  column-fill: inherit !important
  255. #reset
  256.  
  257. #data
  258. * { column-gap: 2; }
  259. #errors
  260. #expected
  261. | *
  262. #reset
  263.  
  264. #data
  265. * { column-gap: ; }
  266. #errors
  267. #expected
  268. | *
  269. #reset
  270.  
  271. #data
  272. * { column-gap: auto; }
  273. #errors
  274. #expected
  275. | *
  276. #reset
  277.  
  278. #data
  279. * { column-gap: normal; }
  280. #errors
  281. #expected
  282. | *
  283. |  column-gap: normal
  284. #reset
  285.  
  286. #data
  287. * { column-gap: 2em; }
  288. #errors
  289. #expected
  290. | *
  291. |  column-gap: 2em
  292. #reset
  293.  
  294. #data
  295. * { column-gap: inherit; }
  296. #errors
  297. #expected
  298. | *
  299. |  column-gap: inherit
  300. #reset
  301.  
  302. #data
  303. * { column-gap: inherit !important; }
  304. #errors
  305. #expected
  306. | *
  307. |  column-gap: inherit !important
  308. #reset
  309.  
  310. #data
  311. * { column-gap: !important; }
  312. #errors
  313. #expected
  314. | *
  315. #reset
  316.  
  317.  
  318.  
  319. #data
  320. * { column-rule-color: !important; }
  321. #errors
  322. #expected
  323. | *
  324. #reset
  325.  
  326. #data
  327. * { column-rule-color: red green; }
  328. #errors
  329. #expected
  330. | *
  331. #reset
  332.  
  333. #data
  334. * { column-rule-color: normal; }
  335. #errors
  336. #expected
  337. | *
  338. #reset
  339.  
  340. #data
  341. * { column-rule-color: auto; }
  342. #errors
  343. #expected
  344. | *
  345. #reset
  346.  
  347. #data
  348. * { column-rule-color: red; }
  349. #errors
  350. #expected
  351. | *
  352. |  column-rule-color: #ffff0000
  353. #reset
  354.  
  355. #data
  356. * { column-rule-color: red !important; }
  357. #errors
  358. #expected
  359. | *
  360. |  column-rule-color: #ffff0000 !important
  361. #reset
  362.  
  363. #data
  364. * { column-rule-color: #BBC; }
  365. #errors
  366. #expected
  367. | *
  368. |  column-rule-color: #ffbbbbcc
  369. #reset
  370.  
  371.  
  372.  
  373. #data
  374. * { column-rule-style: !important; }
  375. #errors
  376. #expected
  377. | *
  378. #reset
  379.  
  380. #data
  381. * { column-rule-style: none auto; }
  382. #errors
  383. #expected
  384. | *
  385. #reset
  386.  
  387. #data
  388. * { column-rule-style: normal; }
  389. #errors
  390. #expected
  391. | *
  392. #reset
  393.  
  394. #data
  395. * { column-rule-style: solid 10px; }
  396. #errors
  397. #expected
  398. | *
  399. #reset
  400.  
  401. #data
  402. * { column-rule-style: 10px; }
  403. #errors
  404. #expected
  405. | *
  406. #reset
  407.  
  408. #data
  409. * { column-rule-style: dashed; }
  410. #errors
  411. #expected
  412. | *
  413. |  column-rule-style: dashed
  414. #reset
  415.  
  416. #data
  417. * { column-rule-style: groove; }
  418. #errors
  419. #expected
  420. | *
  421. |  column-rule-style: groove
  422. #reset
  423.  
  424. #data
  425. * { column-rule-style: none; }
  426. #errors
  427. #expected
  428. | *
  429. |  column-rule-style: none
  430. #reset
  431.  
  432. #data
  433. * { column-rule-style: dotted; }
  434. #errors
  435. #expected
  436. | *
  437. |  column-rule-style: dotted
  438. #reset
  439.  
  440. #data
  441. * { column-rule-style: outset; }
  442. #errors
  443. #expected
  444. | *
  445. |  column-rule-style: outset
  446. #reset
  447.  
  448. #data
  449. * { column-rule-style: solid !important; }
  450. #errors
  451. #expected
  452. | *
  453. |  column-rule-style: solid !important
  454. #reset
  455.  
  456. #data
  457. * { column-rule-style: inset; }
  458. #errors
  459. #expected
  460. | *
  461. |  column-rule-style: inset
  462. #reset
  463.  
  464. #data
  465. * { column-rule-style: inherit; }
  466. #errors
  467. #expected
  468. | *
  469. |  column-rule-style: inherit
  470. #reset
  471.  
  472. #data
  473. * { column-rule-style: hidden; }
  474. #errors
  475. #expected
  476. | *
  477. |  column-rule-style: hidden
  478. #reset
  479.  
  480.  
  481.  
  482. #data
  483. * { column-rule-width: !important; }
  484. #errors
  485. #expected
  486. | *
  487. #reset
  488.  
  489. #data
  490. * { column-rule-width: red green; }
  491. #errors
  492. #expected
  493. | *
  494. #reset
  495.  
  496. #data
  497. * { column-rule-width: normal; }
  498. #errors
  499. #expected
  500. | *
  501. #reset
  502.  
  503. #data
  504. * { column-rule-width: auto; }
  505. #errors
  506. #expected
  507. | *
  508. #reset
  509.  
  510. #data
  511. * { column-rule-width: thin; }
  512. #errors
  513. #expected
  514. | *
  515. |  column-rule-width: thin
  516. #reset
  517.  
  518. #data
  519. * { column-rule-width: medium !important; }
  520. #errors
  521. #expected
  522. | *
  523. |  column-rule-width: medium !important
  524. #reset
  525.  
  526. #data
  527. * { column-rule-width: 3px; }
  528. #errors
  529. #expected
  530. | *
  531. |  column-rule-width: 3px
  532. #reset
  533.  
  534. #data
  535. * { column-rule-width: 3px !important; }
  536. #errors
  537. #expected
  538. | *
  539. |  column-rule-width: 3px !important
  540. #reset
  541.  
  542. #data
  543. * { column-rule-width: inherit; }
  544. #errors
  545. #expected
  546. | *
  547. |  column-rule-width: inherit
  548. #reset
  549.  
  550.  
  551.  
  552. #data
  553. * { column-span: !important; }
  554. #errors
  555. #expected
  556. | *
  557. #reset
  558.  
  559. #data
  560. * { column-span: auto; }
  561. #errors
  562. #expected
  563. | *
  564. #reset
  565.  
  566. #data
  567. * { column-span: 4em; }
  568. #errors
  569. #expected
  570. | *
  571. #reset
  572.  
  573. #data
  574. * { column-span: 3; }
  575. #errors
  576. #expected
  577. | *
  578. #reset
  579.  
  580. #data
  581. * { column-span: 3 !important; }
  582. #errors
  583. #expected
  584. | *
  585. #reset
  586.  
  587. #data
  588. * { column-span: all; }
  589. #errors
  590. #expected
  591. | *
  592. |  column-span: all
  593. #reset
  594.  
  595. #data
  596. * { column-span: none; }
  597. #errors
  598. #expected
  599. | *
  600. |  column-span: none
  601. #reset
  602.  
  603. #data
  604. * { column-span: none !important; }
  605. #errors
  606. #expected
  607. | *
  608. |  column-span: none !important
  609. #reset
  610.  
  611.  
  612.  
  613. #data
  614. * { column-width: !important; }
  615. #errors
  616. #expected
  617. | *
  618. #reset
  619.  
  620. #data
  621. * { column-width: red green; }
  622. #errors
  623. #expected
  624. | *
  625. #reset
  626.  
  627. #data
  628. * { column-width: normal; }
  629. #errors
  630. #expected
  631. | *
  632. #reset
  633.  
  634. #data
  635. * { column-width: auto; }
  636. #errors
  637. #expected
  638. | *
  639. |  column-width: auto
  640. #reset
  641.  
  642. #data
  643. * { column-width: 30em; }
  644. #errors
  645. #expected
  646. | *
  647. |  column-width: 30em
  648. #reset
  649.  
  650. #data
  651. * { column-width: 30em !important; }
  652. #errors
  653. #expected
  654. | *
  655. |  column-width: 30em !important
  656. #reset
  657.  
  658. #data
  659. * { column-width: inherit; }
  660. #errors
  661. #expected
  662. | *
  663. |  column-width: inherit
  664. #reset
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671. #data
  672. * { columns: 30em; }
  673. #errors
  674. #expected
  675. | *
  676. |  column-width: 30em
  677. |  column-count: auto
  678. #reset
  679.  
  680. #data
  681. * { columns: auto; }
  682. #errors
  683. #expected
  684. | *
  685. |  column-width: auto
  686. |  column-count: auto
  687. #reset
  688.  
  689. #data
  690. * { columns: auto auto; }
  691. #errors
  692. #expected
  693. | *
  694. |  column-width: auto
  695. |  column-count: auto
  696. #reset
  697.  
  698. #data
  699. * { columns: 30em 2; }
  700. #errors
  701. #expected
  702. | *
  703. |  column-width: 30em
  704. |  column-count: 2
  705. #reset
  706.  
  707. #data
  708. * { columns: 4; }
  709. #errors
  710. #expected
  711. | *
  712. |  column-width: auto
  713. |  column-count: 4
  714. #reset
  715.  
  716. #data
  717. * { columns: 40%; }
  718. #errors
  719. #expected
  720. | *
  721. #reset
  722.  
  723. #data
  724. * { columns: 90deg; }
  725. #errors
  726. #expected
  727. | *
  728. #reset
  729.  
  730. #data
  731. * { columns: inherit 4; }
  732. #errors
  733. #expected
  734. | *
  735. #reset
  736.  
  737. #data
  738. * { columns: inherit 400px; }
  739. #errors
  740. #expected
  741. | *
  742. #reset
  743.  
  744. #data
  745. * { columns: auto auto auto; }
  746. #errors
  747. #expected
  748. | *
  749. #reset
  750.  
  751. #data
  752. * { columns: invalid; }
  753. #errors
  754. #expected
  755. | *
  756. #reset
  757.  
  758. #data
  759. * { columns: inherit 3em; }
  760. #errors
  761. #expected
  762. | *
  763. #reset
  764.  
  765. #data
  766. * { columns: 3em inherit; }
  767. #errors
  768. #expected
  769. | *
  770. #reset
  771.  
  772. #data
  773. * { columns: 3 inherit; }
  774. #errors
  775. #expected
  776. | *
  777. #reset
  778.  
  779. #data
  780. * { columns: inherit inherit; }
  781. #errors
  782. #expected
  783. | *
  784. #reset
  785.  
  786. #data
  787. * { columns: inherit; }
  788. #errors
  789. #expected
  790. | *
  791. |  column-width: inherit
  792. |  column-count: inherit
  793. #reset
  794.  
  795. #data
  796. * { columns: inherit !important; }
  797. #errors
  798. #expected
  799. | *
  800. |  column-width: inherit !important
  801. |  column-count: inherit !important
  802. #reset
  803.  
  804. #data
  805. * { columns: 30em !important; }
  806. #errors
  807. #expected
  808. | *
  809. |  column-width: 30em !important
  810. |  column-count: auto !important
  811. #reset
  812.  
  813. #data
  814. * { columns: auto !important; }
  815. #errors
  816. #expected
  817. | *
  818. |  column-width: auto !important
  819. |  column-count: auto !important
  820. #reset
  821.  
  822. #data
  823. * { columns: auto auto !important; }
  824. #errors
  825. #expected
  826. | *
  827. |  column-width: auto !important
  828. |  column-count: auto !important
  829. #reset
  830.  
  831. #data
  832. * { columns: 30em 2 !important; }
  833. #errors
  834. #expected
  835. | *
  836. |  column-width: 30em !important
  837. |  column-count: 2 !important
  838. #reset
  839.  
  840. #data
  841. * { columns: 4 !important; }
  842. #errors
  843. #expected
  844. | *
  845. |  column-width: auto !important
  846. |  column-count: 4 !important
  847. #reset
  848.  
  849. #data
  850. * { column-rule: inherit; }
  851. #errors
  852. #expected
  853. | *
  854. |  column-rule-color: inherit
  855. |  column-rule-style: inherit
  856. |  column-rule-width: inherit
  857. #reset
  858.  
  859. #data
  860. * { column-rule: red; }
  861. #errors
  862. #expected
  863. | *
  864. |  column-rule-color: #ffff0000
  865. |  column-rule-style: none
  866. |  column-rule-width: medium
  867. #reset
  868.  
  869. #data
  870. * { column-rule: transparent; }
  871. #errors
  872. #expected
  873. | *
  874. |  column-rule-color: transparent
  875. |  column-rule-style: none
  876. |  column-rule-width: medium
  877. #reset
  878.  
  879. #data
  880. * { column-rule: currentColor; }
  881. #errors
  882. #expected
  883. | *
  884. |  column-rule-color: currentColor
  885. |  column-rule-style: none
  886. |  column-rule-width: medium
  887. #reset
  888.  
  889. #data
  890. * { column-rule: solid; }
  891. #errors
  892. #expected
  893. | *
  894. |  column-rule-color: #00000000
  895. |  column-rule-style: solid
  896. |  column-rule-width: medium
  897. #reset
  898.  
  899. #data
  900. * { column-rule: thin; }
  901. #errors
  902. #expected
  903. | *
  904. |  column-rule-color: #00000000
  905. |  column-rule-style: none
  906. |  column-rule-width: thin
  907. #reset
  908.  
  909. #data
  910. * { column-rule: red solid; }
  911. #errors
  912. #expected
  913. | *
  914. |  column-rule-color: #ffff0000
  915. |  column-rule-style: solid
  916. |  column-rule-width: medium
  917. #reset
  918.  
  919. #data
  920. * { column-rule: solid red; }
  921. #errors
  922. #expected
  923. | *
  924. |  column-rule-color: #ffff0000
  925. |  column-rule-style: solid
  926. |  column-rule-width: medium
  927. #reset
  928.  
  929. #data
  930. * { column-rule: red thin; }
  931. #errors
  932. #expected
  933. | *
  934. |  column-rule-color: #ffff0000
  935. |  column-rule-style: none
  936. |  column-rule-width: thin
  937. #reset
  938.  
  939. #data
  940. * { column-rule: thin red; }
  941. #errors
  942. #expected
  943. | *
  944. |  column-rule-color: #ffff0000
  945. |  column-rule-style: none
  946. |  column-rule-width: thin
  947. #reset
  948.  
  949. #data
  950. * { column-rule: solid thin; }
  951. #errors
  952. #expected
  953. | *
  954. |  column-rule-color: #00000000
  955. |  column-rule-style: solid
  956. |  column-rule-width: thin
  957. #reset
  958.  
  959. #data
  960. * { column-rule: thin solid; }
  961. #errors
  962. #expected
  963. | *
  964. |  column-rule-color: #00000000
  965. |  column-rule-style: solid
  966. |  column-rule-width: thin
  967. #reset
  968.  
  969. #data
  970. * { column-rule: red solid thin; }
  971. #errors
  972. #expected
  973. | *
  974. |  column-rule-color: #ffff0000
  975. |  column-rule-style: solid
  976. |  column-rule-width: thin
  977. #reset
  978.  
  979. #data
  980. * { column-rule: red thin solid; }
  981. #errors
  982. #expected
  983. | *
  984. |  column-rule-color: #ffff0000
  985. |  column-rule-style: solid
  986. |  column-rule-width: thin
  987. #reset
  988.  
  989. #data
  990. * { column-rule: solid red thin; }
  991. #errors
  992. #expected
  993. | *
  994. |  column-rule-color: #ffff0000
  995. |  column-rule-style: solid
  996. |  column-rule-width: thin
  997. #reset
  998.  
  999. #data
  1000. * { column-rule: solid thin red; }
  1001. #errors
  1002. #expected
  1003. | *
  1004. |  column-rule-color: #ffff0000
  1005. |  column-rule-style: solid
  1006. |  column-rule-width: thin
  1007. #reset
  1008.  
  1009. #data
  1010. * { column-rule: thin red solid; }
  1011. #errors
  1012. #expected
  1013. | *
  1014. |  column-rule-color: #ffff0000
  1015. |  column-rule-style: solid
  1016. |  column-rule-width: thin
  1017. #reset
  1018.  
  1019. #data
  1020. * { column-rule: thin solid red; }
  1021. #errors
  1022. #expected
  1023. | *
  1024. |  column-rule-color: #ffff0000
  1025. |  column-rule-style: solid
  1026. |  column-rule-width: thin
  1027. #reset
  1028.  
  1029.  
  1030. #data
  1031. * { column-rule: inherit !important; }
  1032. #errors
  1033. #expected
  1034. | *
  1035. |  column-rule-color: inherit !important
  1036. |  column-rule-style: inherit !important
  1037. |  column-rule-width: inherit !important
  1038. #reset
  1039.  
  1040. #data
  1041. * { column-rule: red !important; }
  1042. #errors
  1043. #expected
  1044. | *
  1045. |  column-rule-color: #ffff0000 !important
  1046. |  column-rule-style: none !important
  1047. |  column-rule-width: medium !important
  1048. #reset
  1049.  
  1050. #data
  1051. * { column-rule: solid !important; }
  1052. #errors
  1053. #expected
  1054. | *
  1055. |  column-rule-color: #00000000 !important
  1056. |  column-rule-style: solid !important
  1057. |  column-rule-width: medium !important
  1058. #reset
  1059.  
  1060. #data
  1061. * { column-rule: thin !important; }
  1062. #errors
  1063. #expected
  1064. | *
  1065. |  column-rule-color: #00000000 !important
  1066. |  column-rule-style: none !important
  1067. |  column-rule-width: thin !important
  1068. #reset
  1069.  
  1070. #data
  1071. * { column-rule: red solid !important; }
  1072. #errors
  1073. #expected
  1074. | *
  1075. |  column-rule-color: #ffff0000 !important
  1076. |  column-rule-style: solid !important
  1077. |  column-rule-width: medium !important
  1078. #reset
  1079.  
  1080. #data
  1081. * { column-rule: solid red !important; }
  1082. #errors
  1083. #expected
  1084. | *
  1085. |  column-rule-color: #ffff0000 !important
  1086. |  column-rule-style: solid !important
  1087. |  column-rule-width: medium !important
  1088. #reset
  1089.  
  1090. #data
  1091. * { column-rule: red thin !important; }
  1092. #errors
  1093. #expected
  1094. | *
  1095. |  column-rule-color: #ffff0000 !important
  1096. |  column-rule-style: none !important
  1097. |  column-rule-width: thin !important
  1098. #reset
  1099.  
  1100. #data
  1101. * { column-rule: thin red !important; }
  1102. #errors
  1103. #expected
  1104. | *
  1105. |  column-rule-color: #ffff0000 !important
  1106. |  column-rule-style: none !important
  1107. |  column-rule-width: thin !important
  1108. #reset
  1109.  
  1110. #data
  1111. * { column-rule: solid thin !important; }
  1112. #errors
  1113. #expected
  1114. | *
  1115. |  column-rule-color: #00000000 !important
  1116. |  column-rule-style: solid !important
  1117. |  column-rule-width: thin !important
  1118. #reset
  1119.  
  1120. #data
  1121. * { column-rule: thin solid !important; }
  1122. #errors
  1123. #expected
  1124. | *
  1125. |  column-rule-color: #00000000 !important
  1126. |  column-rule-style: solid !important
  1127. |  column-rule-width: thin !important
  1128. #reset
  1129.  
  1130. #data
  1131. * { column-rule: red solid thin !important; }
  1132. #errors
  1133. #expected
  1134. | *
  1135. |  column-rule-color: #ffff0000 !important
  1136. |  column-rule-style: solid !important
  1137. |  column-rule-width: thin !important
  1138. #reset
  1139.  
  1140. #data
  1141. * { column-rule: red thin solid !important; }
  1142. #errors
  1143. #expected
  1144. | *
  1145. |  column-rule-color: #ffff0000 !important
  1146. |  column-rule-style: solid !important
  1147. |  column-rule-width: thin !important
  1148. #reset
  1149.  
  1150. #data
  1151. * { column-rule: solid red thin !important; }
  1152. #errors
  1153. #expected
  1154. | *
  1155. |  column-rule-color: #ffff0000 !important
  1156. |  column-rule-style: solid !important
  1157. |  column-rule-width: thin !important
  1158. #reset
  1159.  
  1160. #data
  1161. * { column-rule: solid thin red !important; }
  1162. #errors
  1163. #expected
  1164. | *
  1165. |  column-rule-color: #ffff0000 !important
  1166. |  column-rule-style: solid !important
  1167. |  column-rule-width: thin !important
  1168. #reset
  1169.  
  1170. #data
  1171. * { column-rule: thin red solid !important; }
  1172. #errors
  1173. #expected
  1174. | *
  1175. |  column-rule-color: #ffff0000 !important
  1176. |  column-rule-style: solid !important
  1177. |  column-rule-width: thin !important
  1178. #reset
  1179.  
  1180. #data
  1181. * { column-rule: thin solid red !important; }
  1182. #errors
  1183. #expected
  1184. | *
  1185. |  column-rule-color: #ffff0000 !important
  1186. |  column-rule-style: solid !important
  1187. |  column-rule-width: thin !important
  1188. #reset
  1189.  
  1190.  
  1191. #data
  1192. * { column-rule: invalid; }
  1193. #errors
  1194. #expected
  1195. | *
  1196. #reset
  1197.  
  1198. #data
  1199. * { column-rule: ; }
  1200. #errors
  1201. #expected
  1202. | *
  1203. #reset
  1204.  
  1205. #data
  1206. * { column-rule:}
  1207. #errors
  1208. #expected
  1209. | *
  1210. #reset
  1211.  
  1212. #data
  1213. * { column-rule: thin solid red inherit; }
  1214. #errors
  1215. #expected
  1216. | *
  1217. #reset
  1218.  
  1219. #data
  1220. * { column-rule: inherit thin solid #fff; }
  1221. #errors
  1222. #expected
  1223. | *
  1224. #reset
  1225.  
  1226. #data
  1227. * { column-rule: inherit thin; }
  1228. #errors
  1229. #expected
  1230. | *
  1231. #reset
  1232.  
  1233. #data
  1234. * { column-rule: thin inherit; }
  1235. #errors
  1236. #expected
  1237. | *
  1238. #reset
  1239.  
  1240. #data
  1241. * { column-rule: inherit inherit; }
  1242. #errors
  1243. #expected
  1244. | *
  1245. #reset
  1246.  
  1247. #data
  1248. * { column-rule: inherit #BBC !important; }
  1249. #errors
  1250. #expected
  1251. | *
  1252. #reset
  1253.  
  1254. #data
  1255. * { column-rule: #BBC !important inherit; }
  1256. #errors
  1257. #expected
  1258. | *
  1259. #reset
  1260.  
  1261. #data
  1262. * { column-rule: red inherit; }
  1263. #errors
  1264. #expected
  1265. | *
  1266. #reset
  1267.  
  1268. #data
  1269. * { column-rule: inherit inherit; }
  1270. #errors
  1271. #expected
  1272. | *
  1273. #reset
  1274.  
  1275. #data
  1276. * { column-rule: inherit red; }
  1277. #errors
  1278. #expected
  1279. | *
  1280. #reset
  1281.  
  1282. #data
  1283. * { column-rule: thin inherit red; }
  1284. #errors
  1285. #expected
  1286. | *
  1287. #reset
  1288.  
  1289. #data
  1290. * { column-rule: thin inherit; }
  1291. #errors
  1292. #expected
  1293. | *
  1294. #reset
  1295.  
  1296. #data
  1297. * { column-rule: solid inherit; }
  1298. #errors
  1299. #expected
  1300. | *
  1301. #reset
  1302.  
  1303.  
  1304.