瀏覽代碼

additional background test

Hakim El Hattab 11 年之前
父節點
當前提交
424f8ee961
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      test/background.html

+ 7 - 0
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>