diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-06-10 22:34:51 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-06-10 22:34:51 +0200 |
commit | 424f8ee9618803d96a31d363597d0b25f876497f (patch) | |
tree | e21b725d34ed466e1d9747787ddf44adb8238226 /test | |
parent | c3b91560c76a803bc1c034ce7a4490ebb57cb596 (diff) | |
download | fosdem-2018-presentation-424f8ee9618803d96a31d363597d0b25f876497f.tar fosdem-2018-presentation-424f8ee9618803d96a31d363597d0b25f876497f.tar.gz |
additional background test
Diffstat (limited to 'test')
-rw-r--r-- | test/background.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/background.html b/test/background.html index 67e235a..016aa6e 100644 --- a/test/background.html +++ b/test/background.html @@ -58,6 +58,13 @@ <h2>Background image</h2> <pre>data-background-size="100px" data-background-repeat="repeat" data-background-color="#111"</pre> </section> + + <section data-background="#888888"> + <h2>Same background twice (1/2)</h2> + </section> + <section data-background="#888888"> + <h2>Same background twice (2/2)</h2> + </section> </div> |