Side navigation
Ticket #5166: testcase1.html
File testcase1.html, 0.5 KB (added by yogsodoth, September 04, 2009 07:06PM UTC)
test case
<html>
<head>
<script type="text/javascript" language="javascript" src="jquery-1.3.2.min.js"></script>
<script langauge="javascript" type="text/javascript">
$(document).ready(function(){
pobj=new Object();
$('a[rel^=test]').each(function(){
txt = $('span.hoverwindow',this).html();
alert(txt);
}
}
</script>
</head>
<body>
<a rel="test" href="#">Test<span class="hoverwindow">This is a <a href="#">test link</a> to see if the bug is reproducible.</span></a>
</body>
</html>
Download in other formats:
Original Format
File testcase1.html, 0.5 KB (added by yogsodoth, September 04, 2009 07:06PM UTC)
test case
<html>
<head>
<script type="text/javascript" language="javascript" src="jquery-1.3.2.min.js"></script>
<script langauge="javascript" type="text/javascript">
$(document).ready(function(){
pobj=new Object();
$('a[rel^=test]').each(function(){
txt = $('span.hoverwindow',this).html();
alert(txt);
}
}
</script>
</head>
<body>
<a rel="test" href="#">Test<span class="hoverwindow">This is a <a href="#">test link</a> to see if the bug is reproducible.</span></a>
</body>
</html>