summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests
Commit message (Collapse)AuthorAgeFilesLines
* Selector now can begin with a combinator. (Ticket #10754)Haijian Wang2013-02-194-0/+18
| | | | Change-Id: Id2f1a006e4caaf790f573ee823fcc41312f30261
* more than expected params in mixin throws IOB exception. (Ticket #10988)Haijian Wang2013-02-192-0/+29
| | | | Change-Id: I6451c94a4f733b002165983f92c8577dac4904f6
* Added back previous removed test due to #9870 to pass test (TicketHaijian Wang2013-02-141-0/+1
| | | | | | #9870) Change-Id: I8d8210689078cdb0408c23be621ac279080dc9bf
* SASS fails to parse CSS expression function. (Ticket #9870)Haijian Wang2013-02-142-0/+6
| | | | Change-Id: Iea5f3b846a033e218c384dc58e5e045e524de83f
* Merge "Sass replaces variables based on substring matches. (Tickets #10508, ↵Henri Sara2013-02-135-0/+83
|\ | | | | | | #10730)" into 7.0
| * Sass replaces variables based on substring matches. (Tickets #10508,Haijian Wang2013-02-135-0/+83
| | | | | | | | | | | | #10730) Change-Id: I7d3c5a74055e28e0e22fe6e496209d7d3c42b4af
* | Paser doesn't know CSS 'lem' and 'rem'. (Ticket #11024)Haijian Wang2013-02-132-0/+10
| | | | | | | | Change-Id: I6ca39f5c97ffce610faafb8e172f290405409dc7
* | Merge "Referencing multiple params in multiple lines inside mixin (Ticket ↵Henri Sara2013-02-122-0/+14
|\ \ | |/ |/| | | #10987)" into 7.0
| * Referencing multiple params in multiple lines inside mixin (TicketHaijian Wang2013-02-122-0/+14
| | | | | | | | | | | | #10987) Change-Id: I3d97849afac763a9774cee254778e068f94a23e0
* | pseudo-class css selector fails the parser. (Ticket 10316)Haijian Wang2013-02-112-0/+16
|/ | | | Change-Id: I6548c31aaf01ac75fb0668c4c28acbee952e6c6f
* Preserve UTF-8 in imported files and output @charset in generated cssHaijian Wang2013-01-093-0/+12
| | | | | | (#10505) Change-Id: I53f46611ef39124d532b118bb8ccb34f31cf8a6a
* Supports @keyframes, related to Ticket #10000Haijian Wang2013-01-092-0/+84
| | | | Change-Id: Ic65defdccb4d0aa8f54aa941acde21554f0bf989
* supports contains in @if, related to Ticket #9975Haijian Wang2013-01-082-0/+25
| | | | Change-Id: Ib128801a06a03ebd4460e87a6963a01483f58cec
* support interpolation in property name (#9410)Haijian Wang2013-01-042-0/+15
| | | | Change-Id: Idfb058daf796875cadf0262a2b8150fc1c103915
* Updated copyright notices and added missing license headersArtur Signell2013-01-0425-25/+25
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Merge "fix Ticket #10506, remove quotes in url path"Henri Sara2013-01-023-0/+11
|\
| * fix Ticket #10506, remove quotes in url pathHaijian Wang2013-01-023-0/+11
| | | | | | | | | | | | taking single quote into consideration Change-Id: I966ffeba8a60c7c16980cca3dfa69935e0aca67b
* | Extend support for Microsoft filter expressions in SASS (#10597)Henri Sara2012-12-272-0/+2
|/ | | | | | | Now, also string parameters and multiple parameters are accepted by the parser. Change-Id: I3b1a707e4d0531c4d6117c8f0b2b140fdf6ac741
* Copy unrecognized @ rules to output as is (#10486)Henri Sara2012-12-192-0/+6
| | | | | | | Also adds preliminary support for recognizing @debug and @warn so that those are not copied. Change-Id: Idaf80daaad78804871d128a9e804404fcf043d25
* Merge "Use a custom test runner for SASS tests to get file name in JUnit "Marc Englund2012-12-175-41/+154
|\
| * Use a custom test runner for SASS tests to get file name in JUnit Henri Sara2012-12-145-41/+154
| | | | | | | | Change-Id: I33b60bb524afd87d0e896e7f8495be8be6bd9263
* | Use separate scope for variables within a mixin (#10453)Henri Sara2012-12-144-0/+43
|/ | | | | | | Also contains another fix related to how variable values are replaced in mixins. Change-Id: I7a53e0a62041da6557eea10e124e64a55c7823f4
* Move SASS tests that now work to correct directoryHenri Sara2012-12-094-0/+0
| | | | Change-Id: I8826539b5f51db29c46159f7f0d751d3fdf7eff2
* Accept anything as pseudo function parameters (#10316)Henri Sara2012-12-072-0/+33
| | | Change-Id: Ib5aab4d4ca7de0fa7dc46a31f8d98740b302b7d3
* Support @if in @mixin (#10438)Henri Sara2012-11-302-0/+12
| | | | | | Also adds support for @font-face and the (not yet implemented) @page. Change-Id: I65367121a71ac28c4b99d6b3ed7716e89cb132fa
* Eliminate ambiguity between pseudos and properties (#10406)Henri Sara2012-11-292-0/+25
| | | | Change-Id: I339548272ad12d961f2f81a2922f8ec58828629f
* Support for all valid CSS selectors (#10316)Henri Sara2012-11-272-0/+126
| | | | | | | | | Add support for pseudo-functions like ":nth-child(n)". Add support for sibling selector "E ~ F". Add support for unknown pseudo-functions taking an identifier such as ":not(s)". Change-Id: I39b31fa99f031b31b215058a45b74e40b23191f3
* Merge "Move some SCSS tests to be scanned automatically"Marc Englund2012-11-2713-110/+48
|\
| * Move some SCSS tests to be scanned automaticallyHenri Sara2012-11-2713-110/+48
| | | | | | | | Change-Id: I7590c6cd20f649a5c02e92673d44cf1c2721b95d
* | Merge "Keep block order when unnesting (#10309)"Marc Englund2012-11-273-1/+23
|\ \ | |/ |/|
| * Keep block order when unnesting (#10309)Henri Sara2012-11-263-1/+23
| | | | | | | | Change-Id: I5a7e6b74a55176799e85c943a128d9aab0db0876
* | Refactor tests imported from the sass-lang project (#9751)Henri Sara2012-11-26659-0/+48
| | | | | | | | | | | | Currently broken tests are separated from those that succeed. Change-Id: Iefb8a44464b62d332277fc15c678e160277b49ee
* | Imported tests from the sass-lang project (#9751)Henri Sara2012-11-26846-0/+9777
|/ | | | Change-Id: I9acd28e13718a0f78b0f91af5161e94599193a15
* Make most of the sass compiler API internal, fixes #10339Marc Englund2012-11-2316-79/+84
| | | | Change-Id: Ia783142aa96665a26491b659a387490883875d37
* Warns and removes if parent reference '&' is used w/o parent, fixes #10327Marc Englund2012-11-222-0/+8
| | | | Change-Id: I58eaf3f2acd27a7627c8df31e411a75fc4a48016
* Fixes #10308 (parent reference & causes non-parent selectors to be dropped)Marc Englund2012-11-212-2/+26
| | | | Change-Id: I4821d14b4dc2a9e83e6fbfba67d39e0e3e98970f
* Merge "(#10174) Value of a variable cannot be assigned to another variable"Marc Englund2012-11-203-3/+7
|\
| * (#10174) Value of a variable cannot be assigned to another variableSebastian Nyholm2012-11-153-3/+7
| | | | | | | | Change-Id: Ib6879b685259c775fc9159e572c182093ae69f8d
* | (#10182) Rule order not preserved when using parent reference in sassSebastian Nyholm2012-11-153-3/+10
|/ | | | Change-Id: Ief701eef3a262c4fd0c14241c54b3d57cb858027
* Fixes #9546, #9974, #10100, #10105Sebastian Nyholm2012-11-088-359/+25
| | | | Change-Id: I1baccb5604899707960b1cf06887ada0fe217d08
* Fixes #9871 (originally by Seba, re-added test in reindeer.css)Marc Englund2012-10-161-0/+4
| | | | | | Replaces c/106 (I19008aba2561e41da055bff11dd8dc1bd0632a48) Change-Id: I21703e541957b7673231788705dfc2c963480e1f
* Fix for #9471 Original by Seba, removed erronous empty lines from test-css.Marc Englund2012-10-151-3/+1
| | | | | | Replaces c/103 (Id7a64ccd76c33bbfd2fa3c81df6092f068fa983a) Change-Id: If99bd4937a70aaa77a5250076d27c2534b940152
* list append and contains for #9380Marc Englund2012-10-153-0/+65
| | | | | | Originally c/76 (I413452d08b48a0fa21d027064ce2d35e687129cd) by Seba; received missing file, and fixed Change-Id: Ib814b13c6ce7bb6f29bdab2ee65274c1fade099e
* Made test pass by correcting css and removing failing rulesArtur Signell2012-10-051-10/+5
| | | | | | | | | | | | Re-add .v-app-loginpage .v-button, .v-app-loginpage .v-button once #9871 is fixed Re-add top: expression(document.documentElement.scrollTop + "px"); once #9870 is fixed Change-Id: Id2a297feb371b5e02f6ed494c352aeed192f2ba8
* Adds one test for sass mixinsMarc Englund2012-10-042-2/+24
| | | | Change-Id: I9e42bbc075cc3ef84c1a7bf5b449f18df5773327
* Fully fixes #9846, sass mixins with multiple optional params (author: seba)Marc Englund2012-10-041-1/+1
| | | | Change-Id: I8330c6c0a7022b3485bbfee5c6a4833ef5cb4e1d
* Partial fix for sass mixins with multiple optional params #9846 (author: seba)Marc Englund2012-10-042-2/+4
| | | | Change-Id: Iacd94ffb41a91e9dd20874cd7f981830e4267a87
* Adds support for CSS3 selectors #9858 (autor: seba)Marc Englund2012-10-041-0/+4
| | | | Change-Id: Icd8e0fd09c3964ebbfab8f130d7945e51af326d7
* Improves remove() for #9380Marc Englund2012-09-272-2/+18
|
* Fixes #9492 so that interpolation of mixin parameters works as expectedMarc Englund2012-09-273-3/+14
|