Another test

git-svn-id: svn://10.0.0.236/trunk@207561 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2006-08-16 06:35:38 +00:00
parent 54413fcece
commit 1851a1d1ac
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<style>
span { color: green }
:default:checked + span { color: red }
input { display: none }
</style>
<body onload='document.getElementById("foo").removeAttribute("checked");'>
<input type="checkbox" checked="checked" id="foo"><span>There should be no red</span>
</body>
</html>

View File

@ -17,3 +17,4 @@ bug348809-10.html
bug348809-11.html bug348809-11.html
bug348809-12.html bug348809-12.html
bug348809-13.html bug348809-13.html
bug348809-14.html