Explorar o código

Test: make visible if CSS is loaded

bel2125 %!s(int64=7) %!d(string=hai) anos
pai
achega
c899246d73
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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>