repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
text
/
input-box-text-fragment-combine-text-crash.html
blob
d23f8a4d67f098ac51997b03dead9784bedeee05
1
<html>
2
Test passes if it does not crash.
3
<input
type
=
"submit"
value
=
"Search"
></input>
4
<style>
5
input { -webkit-text-combine:horizontal; }
6
</style>
7
<script>
8
if
(
window
.
testRunner
)
9
testRunner
.
dumpAsText
();
10
</script>
11
</html>