summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslangbroken/scss
Commit message (Collapse)AuthorAgeFilesLines
* Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-31296-2464/+0
| | | | | | | | | | | | | * Moves CompileTheme from the theme-compiler to buildhelpers * Refactors CompileTheme to get the Vaadin version on the command line instead of using the Version class found in vaadin-shared * Refactors build scripts to pass the version number on the command line when running CompileTheme * Removes the theme-compiler module/project/whatchamacallit * Replaces the theme-compiler dependency with vaadin-sass-compiler 0.9.0 from maven Change-Id: I4f98d15b60e18a826bf264eb55d12b3e736e8e54
* Move passing Sass tests from sasslangbroken to sasslang.Mika Murtojarvi2014-02-126-10/+0
| | | | Change-Id: Iac66afbcc2e0e1bdeb417bfe8292f57e4d2287df
* Merge commit '37919d14b7509b1c8d8495a3e334d50a913bfe6f' into masterJonatan Kronqvist2014-02-0729-68/+0
|\ | | | | | | | | | | | | Conflicts: theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: I9e169d9c04998f9e7dc05953d51cd76348dd810c
| * For @-directives, infer missing semicolon before closing brace (#12792)joheriks2013-11-2830-67/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Parser now accepts the following (note missing semicolon after last @extend-directive): xyzzy { @extend foo ; @extend bar } As a consequence, moved 31 sasslang-cases from broken to fixed. Moved two tests from fixed to broken (34, 95, previously passed accidentally) Change-Id: I8968074abd79dec71be762ed926cc6f37fbcaa99
| * Move a sass test that no longer fails.Mika Murtojarvi2013-11-271-3/+0
| | | | | | | | Change-Id: Ic83330cbea688be1c30aa89cad9524016617be8d
| * Move working sass tests from sasslangbroken to sasslang.Mika Murtojarvi2013-11-272-5/+0
| | | | | | | | Change-Id: Ic503021884fd52b650f29df221cef3e69e8ef570
* | Merge commit 'a705f8cc3fd5804e828b6647510795dbbb99eaa3' intoMika Murtojarvi2014-02-061-3/+0
|\| | | | | | | | | | | master Change-Id: I163cb7f15a35bc44d9840afa3f35d059e7bf42ee
* | Fix false-negative sasslangbroken tests (#13275).denisanisimov2014-01-302-5/+0
| | | | | | | | Change-Id: I184418667c1de63cbdbc26d75f2268415a8f06f9
* | Import W3C CSS tests to validate CSS parsing (#12735)joheriks2013-10-3010-0/+17
|/ | | | | | | | | | Downloaded W3C conformance tests for CSS 2.1 and CSS 3 (selectors), extracted all CSS (style tags, inline styles, and linked stylesheets), Since each CSS is valid SCSS, the parser should accept them. Since these are browser tests, some include CSS fragments which are intentionally malformed. These are excluded via explicit exclusion lists. Change-Id: Ib3347e1c559908f3bdd12817e55985e85f0009a2
* Support "to" in CSS function parameters (#11309)Henri Sara2013-04-181-6/+0
| | | | | | This change also relaxes whitespace checking in SCSS tests slightly. Change-Id: I2ad5087e7d77ddd0473df47d202c6dd3e228181f
* Fixed several problems related to @extend directive (Ticket #10976)Haijian Wang2013-02-261-10/+0
| | | | Change-Id: I5e409856601aa514965319453c11946028b08dda
* Selector now can begin with a combinator. (Ticket #10754)Haijian Wang2013-02-191-2/+0
| | | | Change-Id: Id2f1a006e4caaf790f573ee823fcc41312f30261
* Move SASS tests that now work to correct directoryHenri Sara2012-12-092-7/+0
| | | | Change-Id: I8826539b5f51db29c46159f7f0d751d3fdf7eff2
* Refactor tests imported from the sass-lang project (#9751)Henri Sara2012-11-26329-0/+2558
Currently broken tests are separated from those that succeed. Change-Id: Iefb8a44464b62d332277fc15c678e160277b49ee