summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic
diff options
context:
space:
mode:
authorjoheriks <joheriks@vaadin.com>2013-10-28 14:28:57 +0200
committerjoheriks <joheriks@vaadin.com>2013-10-28 15:05:37 +0200
commit9d84c091714f01e0088fab2202c10b505e78a607 (patch)
tree318bd5b49815b2a71734cb703b641de9eb6c5b83 /theme-compiler/tests/resources/automatic
parent049b9d99ff887e9408e23cbd169431140dd0afa9 (diff)
downloadvaadin-framework-9d84c091714f01e0088fab2202c10b505e78a607.tar.gz
vaadin-framework-9d84c091714f01e0088fab2202c10b505e78a607.zip
Parser stripped minus of negative numbers with unknown units (#12811)
Change-Id: I8964b1732f867cb3c5aa5859d12e94a5978adece
Diffstat (limited to 'theme-compiler/tests/resources/automatic')
-rw-r--r--theme-compiler/tests/resources/automatic/css/negative-ch-value.css3
-rw-r--r--theme-compiler/tests/resources/automatic/scss/negative-ch-value.scss3
2 files changed, 6 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/automatic/css/negative-ch-value.css b/theme-compiler/tests/resources/automatic/css/negative-ch-value.css
new file mode 100644
index 0000000000..2cc75b2a6d
--- /dev/null
+++ b/theme-compiler/tests/resources/automatic/css/negative-ch-value.css
@@ -0,0 +1,3 @@
+* {
+ top: -0.1ch;
+} \ No newline at end of file
diff --git a/theme-compiler/tests/resources/automatic/scss/negative-ch-value.scss b/theme-compiler/tests/resources/automatic/scss/negative-ch-value.scss
new file mode 100644
index 0000000000..2cc75b2a6d
--- /dev/null
+++ b/theme-compiler/tests/resources/automatic/scss/negative-ch-value.scss
@@ -0,0 +1,3 @@
+* {
+ top: -0.1ch;
+} \ No newline at end of file