Sign in
webkit
/
WebKit
/
2bde0edf56b50cba234b331b5ddd67eb5d2a0a71
/
.
/
LayoutTests
/
fast
/
text
/
international
/
harfbuzz-buffer-overrun.html
blob: ac6cde4b49a8fcf092b6892e462551d2361a3155 [
file
] [
log
] [
blame
]
<html>
<body>
<p>
ำเ
</p>
<script>
// Force layout.
document
.
body
.
offsetTop
;
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
document
.
body
.
innerHTML
=
"PASS: does not crash"
;
</script>
</body>
</html>