소스 검색

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>