浏览代码

Test: make visible if CSS is loaded

bel2125 7 年之前
父节点
当前提交
c899246d73
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      test/htmldir/index.html

+ 2 - 0
test/htmldir/index.html

@@ -12,6 +12,8 @@
 		<h2>Head2</h2>
 		<p>Body</p>
 		<div id="div1">Script not working</div>
+		<div id="div2" style="color: grey">CSS not working</div>
+		<div id="div3" style="color: white">CSS working</div>
 	</body>
 </html>