Sign in
webkit
/
WebKit
/
51e47f0b62f3b7b84209651107088831f2116acf
/
.
/
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>