From 02ff21b158c76fcd355a74ddb940e1c54fc2d7ed Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 20 Feb 2019 16:28:11 -0800 Subject: Implement epub support --- tests/data/dirty.css | 14 ++++++++++++++ tests/data/dirty.epub | Bin 0 -> 296324 bytes 2 files changed, 14 insertions(+) create mode 100644 tests/data/dirty.css create mode 100644 tests/data/dirty.epub (limited to 'tests/data') diff --git a/tests/data/dirty.css b/tests/data/dirty.css new file mode 100644 index 0000000..f52caf9 --- /dev/null +++ b/tests/data/dirty.css @@ -0,0 +1,14 @@ +/** + * This is my super css framework + * version: 1.0 + * author : jvoisin + */ + +body { + color: red; + background-color: blue; +} + +.underline { + text-decoration: underline; /* underline is cool */ +} diff --git a/tests/data/dirty.epub b/tests/data/dirty.epub new file mode 100644 index 0000000..6389963 Binary files /dev/null and b/tests/data/dirty.epub differ -- cgit v1.3