From 424f8ee9618803d96a31d363597d0b25f876497f Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Mon, 10 Jun 2013 22:34:51 +0200
Subject: [PATCH] additional background test

---
 test/background.html | 7 +++++++
 1 file changed, 7 insertions(+)

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>
 
-- 
GitLab