Bug Tracker

Ticket #6156: test1.htm

File test1.htm, 345 bytes (added by sohighthesky, 3 years ago)
Line 
1<!doctype HTML>
2<html> 
3    <head> 
4
5    </head> 
6    <body> 
7        <label>1</label> 
8        <label for="">correct</label> 
9        <label for="a">bug</label> 
10       
11       
12    </body> 
13<script type="text/javascript" src="jquery-1.4.2.js"></script> 
14<script> 
15alert($("label[for]").html());
16</script> 
17</html>