Another test
git-svn-id: svn://10.0.0.236/trunk@207561 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
54413fcece
commit
1851a1d1ac
13
mozilla/layout/html/tests/style/bugs/bug348809-14.html
Normal file
13
mozilla/layout/html/tests/style/bugs/bug348809-14.html
Normal 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>
|
||||
@ -17,3 +17,4 @@ bug348809-10.html
|
||||
bug348809-11.html
|
||||
bug348809-12.html
|
||||
bug348809-13.html
|
||||
bug348809-14.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user