projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3b9156
)
additional background test
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Mon, 10 Jun 2013 20:34:51 +0000
(22:34 +0200)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Mon, 10 Jun 2013 20:34:51 +0000
(22:34 +0200)
test/background.html
patch
|
blob
|
history
diff --git
a/test/background.html
b/test/background.html
index 67e235a00effa225ec449a2ae41deb3691bdaf14..016aa6e5559633c87e59918242218b311201cee8 100644
(file)
--- 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>