Sign in
webkit
/
WebKit
/
2460f0f427f628fc375ef165c5dc0d6e83a008e8
/
.
/
LayoutTests
/
http
/
tests
/
resourceLoadStatistics
/
resources
/
onclick.html
blob: 3190fcd3aaa2084af0ed9af38acaf9383866e5e6 [
file
] [
log
] [
blame
]
<html>
<body>
<table><tr>
<td
id
=
'foo'
>
<a
onclick
=
"
return
'bar'
"
href
=
"#"
>
baz
</a>
</td>
</tr></table>
</body>
</html>