Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
forms
/
button-set-text-crash.html
blob: cf1910ca3a68513955aad6d907b42e14a5423ebc [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
PASS if no crash.
<input
id
=
foobar
type
=
"button"
></input>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
document
.
body
.
offsetHeight
;
foobar
.
value
=
"foobar"
;
</script>
</body>
</html>