Sign in
webkit
/
WebKit
/
7d8c1d87b684a5e193239744687c2c463e971f16
/
.
/
LayoutTests
/
fast
/
text
/
input-box-text-fragment-combine-text-crash.html
blob: fabb261d7da58598efb521f3ec1d0eacaf937611 [
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
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</html>