Sign in
webkit
/
WebKit
/
6ac1ae7345a9a50f3760d4fdf5f8c6512c4a9901
/
.
/
LayoutTests
/
fast
/
dom
/
Window
/
alert-with-unmatched-utf16-surrogate-should-not-crash.html
blob: 09efe8fd7cda5537cda4c117a22cb2b376036837 [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<html>
<head>
<script
src
=
"../../../resources/js-test-pre.js"
></script>
</head>
<body>
<script>
alert
(
String
.
fromCharCode
(
0xd800
));
</script>
<script
src
=
"../../../resources/js-test-post.js"
></script>
</body>
</html>