Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
forms
/
input-element-attach-crash.html
blob: a4f456121fbce03ebab7d4eefa5ceda70051157c [
file
] [
log
] [
blame
]
<html>
<head>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</head>
<body>
<button
autofocus
>
<object>
<select
autofocus
>
<input>
<span>
<div></div>
PASS
</object>
<object></object>
</button>
</body>
</html>