From 51a9acc5d877a4c859fed9f7d58ffb6b8d4a31e7 Mon Sep 17 00:00:00 2001 From: Haijian Wang Date: Thu, 14 Feb 2013 13:33:34 +0200 Subject: SASS fails to parse CSS expression function. (Ticket #9870) Change-Id: Iea5f3b846a033e218c384dc58e5e045e524de83f --- theme-compiler/tests/resources/automatic/css/expressions.css | 3 +++ theme-compiler/tests/resources/automatic/scss/expressions.scss | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 theme-compiler/tests/resources/automatic/css/expressions.css create mode 100644 theme-compiler/tests/resources/automatic/scss/expressions.scss (limited to 'theme-compiler/tests') diff --git a/theme-compiler/tests/resources/automatic/css/expressions.css b/theme-compiler/tests/resources/automatic/css/expressions.css new file mode 100644 index 0000000000..453502c21d --- /dev/null +++ b/theme-compiler/tests/resources/automatic/css/expressions.css @@ -0,0 +1,3 @@ +.v-ie6 .v-window-modalitycurtain { + top: expression(document.documentElement.scrollTop + "px"); +} \ No newline at end of file diff --git a/theme-compiler/tests/resources/automatic/scss/expressions.scss b/theme-compiler/tests/resources/automatic/scss/expressions.scss new file mode 100644 index 0000000000..453502c21d --- /dev/null +++ b/theme-compiler/tests/resources/automatic/scss/expressions.scss @@ -0,0 +1,3 @@ +.v-ie6 .v-window-modalitycurtain { + top: expression(document.documentElement.scrollTop + "px"); +} \ No newline at end of file -- cgit v1.2.3