Sign in
webkit
/
WebKit
/
82a13f1781ea5e79563e8403cb24ef9fd1c857db
/
.
/
LayoutTests
/
fast
/
parser
/
form-pointer-1.html
blob: 98418b5d9a191bfa094827798bc46adb5bfb0702 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<table>
<form
onsubmit
=
"
document
.
write
(
'PASS'
);
return
false
"
>
<input
type
=
submit
>
<script>
document
.
getElementsByTagName
(
'input'
)[
0
].
click
();
</script>