Subversion Repositories Kolibri OS

Rev

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

  1. #data
  2. * { outline: inherit; }
  3. #errors
  4. #expected
  5. | *
  6. |  outline-color: inherit
  7. |  outline-style: inherit
  8. |  outline-width: inherit
  9. #reset
  10.  
  11. #data
  12. * { outline: red; }
  13. #errors
  14. #expected
  15. | *
  16. |  outline-color: #ffff0000
  17. |  outline-style: none
  18. |  outline-width: medium
  19. #reset
  20.  
  21. #data
  22. * { outline: transparent; }
  23. #errors
  24. #expected
  25. | *
  26. |  outline-color: transparent
  27. |  outline-style: none
  28. |  outline-width: medium
  29. #reset
  30.  
  31. #data
  32. * { outline: currentColor; }
  33. #errors
  34. #expected
  35. | *
  36. |  outline-color: currentColor
  37. |  outline-style: none
  38. |  outline-width: medium
  39. #reset
  40.  
  41. #data
  42. * { outline: solid; }
  43. #errors
  44. #expected
  45. | *
  46. |  outline-color: invert
  47. |  outline-style: solid
  48. |  outline-width: medium
  49. #reset
  50.  
  51. #data
  52. * { outline: thin; }
  53. #errors
  54. #expected
  55. | *
  56. |  outline-color: invert
  57. |  outline-style: none
  58. |  outline-width: thin
  59. #reset
  60.  
  61. #data
  62. * { outline: red solid; }
  63. #errors
  64. #expected
  65. | *
  66. |  outline-color: #ffff0000
  67. |  outline-style: solid
  68. |  outline-width: medium
  69. #reset
  70.  
  71. #data
  72. * { outline: solid red; }
  73. #errors
  74. #expected
  75. | *
  76. |  outline-color: #ffff0000
  77. |  outline-style: solid
  78. |  outline-width: medium
  79. #reset
  80.  
  81. #data
  82. * { outline: red thin; }
  83. #errors
  84. #expected
  85. | *
  86. |  outline-color: #ffff0000
  87. |  outline-style: none
  88. |  outline-width: thin
  89. #reset
  90.  
  91. #data
  92. * { outline: thin red; }
  93. #errors
  94. #expected
  95. | *
  96. |  outline-color: #ffff0000
  97. |  outline-style: none
  98. |  outline-width: thin
  99. #reset
  100.  
  101. #data
  102. * { outline: solid thin; }
  103. #errors
  104. #expected
  105. | *
  106. |  outline-color: invert
  107. |  outline-style: solid
  108. |  outline-width: thin
  109. #reset
  110.  
  111. #data
  112. * { outline: thin solid; }
  113. #errors
  114. #expected
  115. | *
  116. |  outline-color: invert
  117. |  outline-style: solid
  118. |  outline-width: thin
  119. #reset
  120.  
  121. #data
  122. * { outline: red solid thin; }
  123. #errors
  124. #expected
  125. | *
  126. |  outline-color: #ffff0000
  127. |  outline-style: solid
  128. |  outline-width: thin
  129. #reset
  130.  
  131. #data
  132. * { outline: red thin solid; }
  133. #errors
  134. #expected
  135. | *
  136. |  outline-color: #ffff0000
  137. |  outline-style: solid
  138. |  outline-width: thin
  139. #reset
  140.  
  141. #data
  142. * { outline: solid red thin; }
  143. #errors
  144. #expected
  145. | *
  146. |  outline-color: #ffff0000
  147. |  outline-style: solid
  148. |  outline-width: thin
  149. #reset
  150.  
  151. #data
  152. * { outline: solid thin red; }
  153. #errors
  154. #expected
  155. | *
  156. |  outline-color: #ffff0000
  157. |  outline-style: solid
  158. |  outline-width: thin
  159. #reset
  160.  
  161. #data
  162. * { outline: thin red solid; }
  163. #errors
  164. #expected
  165. | *
  166. |  outline-color: #ffff0000
  167. |  outline-style: solid
  168. |  outline-width: thin
  169. #reset
  170.  
  171. #data
  172. * { outline: thin solid red; }
  173. #errors
  174. #expected
  175. | *
  176. |  outline-color: #ffff0000
  177. |  outline-style: solid
  178. |  outline-width: thin
  179. #reset
  180.  
  181.  
  182. #data
  183. * { outline: inherit !important; }
  184. #errors
  185. #expected
  186. | *
  187. |  outline-color: inherit !important
  188. |  outline-style: inherit !important
  189. |  outline-width: inherit !important
  190. #reset
  191.  
  192. #data
  193. * { outline: red !important; }
  194. #errors
  195. #expected
  196. | *
  197. |  outline-color: #ffff0000 !important
  198. |  outline-style: none !important
  199. |  outline-width: medium !important
  200. #reset
  201.  
  202. #data
  203. * { outline: solid !important; }
  204. #errors
  205. #expected
  206. | *
  207. |  outline-color: invert !important
  208. |  outline-style: solid !important
  209. |  outline-width: medium !important
  210. #reset
  211.  
  212. #data
  213. * { outline: thin !important; }
  214. #errors
  215. #expected
  216. | *
  217. |  outline-color: invert !important
  218. |  outline-style: none !important
  219. |  outline-width: thin !important
  220. #reset
  221.  
  222. #data
  223. * { outline: red solid !important; }
  224. #errors
  225. #expected
  226. | *
  227. |  outline-color: #ffff0000 !important
  228. |  outline-style: solid !important
  229. |  outline-width: medium !important
  230. #reset
  231.  
  232. #data
  233. * { outline: solid red !important; }
  234. #errors
  235. #expected
  236. | *
  237. |  outline-color: #ffff0000 !important
  238. |  outline-style: solid !important
  239. |  outline-width: medium !important
  240. #reset
  241.  
  242. #data
  243. * { outline: red thin !important; }
  244. #errors
  245. #expected
  246. | *
  247. |  outline-color: #ffff0000 !important
  248. |  outline-style: none !important
  249. |  outline-width: thin !important
  250. #reset
  251.  
  252. #data
  253. * { outline: thin red !important; }
  254. #errors
  255. #expected
  256. | *
  257. |  outline-color: #ffff0000 !important
  258. |  outline-style: none !important
  259. |  outline-width: thin !important
  260. #reset
  261.  
  262. #data
  263. * { outline: solid thin !important; }
  264. #errors
  265. #expected
  266. | *
  267. |  outline-color: invert !important
  268. |  outline-style: solid !important
  269. |  outline-width: thin !important
  270. #reset
  271.  
  272. #data
  273. * { outline: thin solid !important; }
  274. #errors
  275. #expected
  276. | *
  277. |  outline-color: invert !important
  278. |  outline-style: solid !important
  279. |  outline-width: thin !important
  280. #reset
  281.  
  282. #data
  283. * { outline: red solid thin !important; }
  284. #errors
  285. #expected
  286. | *
  287. |  outline-color: #ffff0000 !important
  288. |  outline-style: solid !important
  289. |  outline-width: thin !important
  290. #reset
  291.  
  292. #data
  293. * { outline: red thin solid !important; }
  294. #errors
  295. #expected
  296. | *
  297. |  outline-color: #ffff0000 !important
  298. |  outline-style: solid !important
  299. |  outline-width: thin !important
  300. #reset
  301.  
  302. #data
  303. * { outline: solid red thin !important; }
  304. #errors
  305. #expected
  306. | *
  307. |  outline-color: #ffff0000 !important
  308. |  outline-style: solid !important
  309. |  outline-width: thin !important
  310. #reset
  311.  
  312. #data
  313. * { outline: solid thin red !important; }
  314. #errors
  315. #expected
  316. | *
  317. |  outline-color: #ffff0000 !important
  318. |  outline-style: solid !important
  319. |  outline-width: thin !important
  320. #reset
  321.  
  322. #data
  323. * { outline: thin red solid !important; }
  324. #errors
  325. #expected
  326. | *
  327. |  outline-color: #ffff0000 !important
  328. |  outline-style: solid !important
  329. |  outline-width: thin !important
  330. #reset
  331.  
  332. #data
  333. * { outline: thin solid red !important; }
  334. #errors
  335. #expected
  336. | *
  337. |  outline-color: #ffff0000 !important
  338. |  outline-style: solid !important
  339. |  outline-width: thin !important
  340. #reset
  341.  
  342.  
  343. #data
  344. * { outline: invalid; }
  345. #errors
  346. #expected
  347. | *
  348. #reset
  349.  
  350. #data
  351. * { outline: ; }
  352. #errors
  353. #expected
  354. | *
  355. #reset
  356.  
  357. #data
  358. * { outline:}
  359. #errors
  360. #expected
  361. | *
  362. #reset
  363.  
  364. #data
  365. * { outline: thin solid red inherit; }
  366. #errors
  367. #expected
  368. | *
  369. #reset
  370.  
  371. #data
  372. * { outline: inherit thin solid #fff; }
  373. #errors
  374. #expected
  375. | *
  376. #reset
  377.  
  378. #data
  379. * { outline: inherit thin; }
  380. #errors
  381. #expected
  382. | *
  383. #reset
  384.  
  385. #data
  386. * { outline: thin inherit; }
  387. #errors
  388. #expected
  389. | *
  390. #reset
  391.  
  392. #data
  393. * { outline: inherit inherit; }
  394. #errors
  395. #expected
  396. | *
  397. #reset
  398.  
  399. #data
  400. * { outline: inherit #BBC !important; }
  401. #errors
  402. #expected
  403. | *
  404. #reset
  405.  
  406. #data
  407. * { outline: #BBC !important inherit; }
  408. #errors
  409. #expected
  410. | *
  411. #reset
  412.  
  413.  
  414. #data
  415. * { outline-color: red; }
  416. #errors
  417. #expected
  418. | *
  419. |  outline-color: #ffff0000
  420. #reset
  421.  
  422. #data
  423. * { outline-color: inherit; }
  424. #errors
  425. #expected
  426. | *
  427. |  outline-color: inherit
  428. #reset
  429.  
  430. #data
  431. * { outline-color: red green; }
  432. #errors
  433. #expected
  434. | *
  435. #reset
  436.  
  437. #data
  438. * { outline-color: red green blue; }
  439. #errors
  440. #expected
  441. | *
  442. #reset
  443.  
  444. #data
  445. * { outline-color: red green blue yellow; }
  446. #errors
  447. #expected
  448. | *
  449. #reset
  450.  
  451.  
  452. #data
  453. * { outline-color: red !important; }
  454. #errors
  455. #expected
  456. | *
  457. |  outline-color: #ffff0000 !important
  458. #reset
  459.  
  460. #data
  461. * { outline-color: red green !important; }
  462. #errors
  463. #expected
  464. | *
  465. #reset
  466.  
  467. #data
  468. * { outline-color: red green blue !important; }
  469. #errors
  470. #expected
  471. | *
  472. #reset
  473.  
  474. #data
  475. * { outline-color: red green blue yellow !important; }
  476. #errors
  477. #expected
  478. | *
  479. #reset
  480.  
  481.  
  482. #data
  483. * { outline-color: invalid; }
  484. #errors
  485. #expected
  486. | *
  487. #reset
  488.  
  489. #data
  490. * { outline-color: ; }
  491. #errors
  492. #expected
  493. | *
  494. #reset
  495.  
  496. #data
  497. * { outline-color:}
  498. #errors
  499. #expected
  500. | *
  501. #reset
  502.  
  503.  
  504. #data
  505. * { outline-style: solid; }
  506. #errors
  507. #expected
  508. | *
  509. |  outline-style: solid
  510. #reset
  511.  
  512. #data
  513. * { outline-style: inherit; }
  514. #errors
  515. #expected
  516. | *
  517. |  outline-style: inherit
  518. #reset
  519.  
  520. #data
  521. * { outline-style: solid double; }
  522. #errors
  523. #expected
  524. | *
  525. #reset
  526.  
  527. #data
  528. * { outline-style: solid double groove; }
  529. #errors
  530. #expected
  531. | *
  532. #reset
  533.  
  534. #data
  535. * { outline-style: solid double groove ridge; }
  536. #errors
  537. #expected
  538. | *
  539. #reset
  540.  
  541.  
  542. #data
  543. * { outline-style: solid !important; }
  544. #errors
  545. #expected
  546. | *
  547. |  outline-style: solid !important
  548. #reset
  549.  
  550. #data
  551. * { outline-style: solid double !important; }
  552. #errors
  553. #expected
  554. | *
  555. #reset
  556.  
  557. #data
  558. * { outline-style: solid double groove !important; }
  559. #errors
  560. #expected
  561. | *
  562. #reset
  563.  
  564. #data
  565. * { outline-style: solid double groove ridge !important; }
  566. #errors
  567. #expected
  568. | *
  569. #reset
  570.  
  571.  
  572. #data
  573. * { outline-style: invalid; }
  574. #errors
  575. #expected
  576. | *
  577. #reset
  578.  
  579. #data
  580. * { outline-style: ; }
  581. #errors
  582. #expected
  583. | *
  584. #reset
  585.  
  586. #data
  587. * { outline-style:}
  588. #errors
  589. #expected
  590. | *
  591. #reset
  592.  
  593.  
  594. #data
  595. * { outline-width: thin; }
  596. #errors
  597. #expected
  598. | *
  599. |  outline-width: thin
  600. #reset
  601.  
  602. #data
  603. * { outline-width: inherit; }
  604. #errors
  605. #expected
  606. | *
  607. |  outline-width: inherit
  608. #reset
  609.  
  610. #data
  611. * { outline-width: thin thick; }
  612. #errors
  613. #expected
  614. | *
  615. #reset
  616.  
  617. #data
  618. * { outline-width: thin thick medium; }
  619. #errors
  620. #expected
  621. | *
  622. #reset
  623.  
  624. #data
  625. * { outline-width: thin thick medium 0; }
  626. #errors
  627. #expected
  628. | *
  629. #reset
  630.  
  631.  
  632. #data
  633. * { outline-width: thin !important; }
  634. #errors
  635. #expected
  636. | *
  637. |  outline-width: thin !important
  638. #reset
  639.  
  640. #data
  641. * { outline-width: thin thick !important; }
  642. #errors
  643. #expected
  644. | *
  645. #reset
  646.  
  647. #data
  648. * { outline-width: thin thick medium !important; }
  649. #errors
  650. #expected
  651. | *
  652. #reset
  653.  
  654. #data
  655. * { outline-width: thin thick medium 0 !important; }
  656. #errors
  657. #expected
  658. | *
  659. #reset
  660.  
  661.  
  662. #data
  663. * { outline-width: invalid; }
  664. #errors
  665. #expected
  666. | *
  667. #reset
  668.  
  669. #data
  670. * { outline-width: ; }
  671. #errors
  672. #expected
  673. | *
  674. #reset
  675.  
  676. #data
  677. * { outline-width:}
  678. #errors
  679. #expected
  680. | *
  681. #reset
  682.  
  683. #data
  684. * { outline: red inherit; }
  685. #errors
  686. #expected
  687. | *
  688. #reset
  689.  
  690. #data
  691. * { outline: inherit inherit; }
  692. #errors
  693. #expected
  694. | *
  695. #reset
  696.  
  697. #data
  698. * { outline: inherit red; }
  699. #errors
  700. #expected
  701. | *
  702. #reset
  703.  
  704. #data
  705. * { outline: thin inherit red; }
  706. #errors
  707. #expected
  708. | *
  709. #reset
  710.  
  711. #data
  712. * { outline: thin inherit; }
  713. #errors
  714. #expected
  715. | *
  716. #reset
  717.  
  718. #data
  719. * { outline: solid inherit; }
  720. #errors
  721. #expected
  722. | *
  723. #reset
  724.  
  725. #data
  726. * { outline-color: red !important; }
  727. #errors
  728. #expected
  729. | *
  730. |  outline-color: #ffff0000 !important
  731. #reset
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.