layout/reftests/css-invalid/form/form-with-valid-and-invalid.html

branch
TOR_BUG_9701
changeset 12
7540298fafa1
equal deleted inserted replaced
-1:000000000000 0:097353f3498a
1 <!DOCTYPE html>
2 <!-- form with invalid and valid elements -->
3 <html>
4 <head>
5 <style>
6 form:invalid { display: none; }
7 </style>
8 </head>
9 <body>
10 <form>
11 <input id='i' value='foo'>
12 <input required>
13 <form>
14 <body>
15 <html>

mercurial