layout/reftests/css-invalid/form/form-static-invalid-barred.html

branch
TOR_BUG_9701
changeset 8
97036ab72558
equal deleted inserted replaced
-1:000000000000 0:4609a5dfc547
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 form:invalid { display: none; }
6 </style>
7 </head>
8 <body>
9 <form>
10 <input required readonly>
11 </form>
12 </body>
13 </html>

mercurial