aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHakim El Hattab <hakim@squarespace.com>2013-06-04 19:58:50 +0200
committerHakim El Hattab <hakim@squarespace.com>2013-06-04 19:58:50 +0200
commitc11e8f624f34729363cc35d5a083476c356e824a (patch)
tree82d1083d592072972d1dfacce33de32d9f6a5c9e /test
parentbfadfcc7ce8235ad90982aa5020731db9b2ee69c (diff)
downloadfosdem-2018-presentation-c11e8f624f34729363cc35d5a083476c356e824a.tar
fosdem-2018-presentation-c11e8f624f34729363cc35d5a083476c356e824a.tar.gz
support for optional background property overrides (#453)
Diffstat (limited to 'test')
-rw-r--r--test/background.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/background.html b/test/background.html
index 9827eef..409d2cc 100644
--- a/test/background.html
+++ b/test/background.html
@@ -54,8 +54,9 @@
<h2>Background image</h2>
</section>
- <section data-background="assets/image2.png">
+ <section data-background="assets/image2.png" data-background-size="100px" data-background-repeat="repeat">
<h2>Background image</h2>
+ <code>data-background-size="100px" data-background-repeat="repeat"</code>
</section>
</div>