Sign in
webkit
/
WebKit
/
22f2827cfd59c06c60673cc0a3389e164a0fa2d0
/
.
/
LayoutTests
/
fast
/
text
/
input-box-text-fragment-combine-text-crash.html
blob: 3a4e689fd989896b72d471543876856f14978a8a [
file
] [
log
] [
blame
]
<html>
Test passes if it does not crash.
<input
type
=
"submit"
value
=
"Search"
></input>
<style>
input
{
-webkit-text-combine
:
horizontal
;
}
</style>
<script>
if
(
window
.
layoutTestController
)
layoutTestController
.
dumpAsText
();
</script>
</html>