blob: e52daa7c71b432bcf63340fff5d2d59bfbf06231 [file] [log] [blame]
<!doctype html>
<html>
<head>
<style>
#test1 {
visibility: hidden;
}
#test2 {
color: green;
}
</style>
</head>
<body>
<div id=test1>
This shouldn't be initially visible
<div>This shouldn't be initially visible</div>
</div>
<div id=test2>
This should be initially green
<div>This should be initially green</div>
</div>
</body>
</html>