summaryrefslogtreecommitdiffstats
path: root/spec/fixture.css
diff options
context:
space:
mode:
authordotnetCarpenter <jon.ronnenberg@gmail.com>2016-10-04 18:49:08 +0200
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2016-10-04 18:49:08 +0200
commitbfa8009e40fe17e32c21a9f069b459d315d52ad3 (patch)
tree08dc76a27107ff1ae49495cbca52f6fde621ce68 /spec/fixture.css
parenta10bee36083ee5b9e0d6a9b0873144c5e4b4895f (diff)
downloadsvg.js-bfa8009e40fe17e32c21a9f069b459d315d52ad3.tar.gz
svg.js-bfa8009e40fe17e32c21a9f069b459d315d52ad3.zip
add the CSS as a fixture - not sure if its needed for the tests but here it is
Diffstat (limited to 'spec/fixture.css')
-rw-r--r--spec/fixture.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/fixture.css b/spec/fixture.css
new file mode 100644
index 0000000..e72e421
--- /dev/null
+++ b/spec/fixture.css
@@ -0,0 +1,6 @@
+#drawing {
+ width: 500px;
+ height: 500px;
+ position: fixed;
+ z-index: -1;
+} \ No newline at end of file