Sign in
webkit
/
WebKit
/
597ba040fbf1cee10ad96bab3c798377fe4dd608
/
.
/
LayoutTests
/
fast
/
dom
/
split-cdata.xml
blob: c8fe9d2b9cf6345f5af3c584cab7cc2afcb69465 [
file
] [
log
] [
blame
]
<html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
<p>
Test passes if it does not crash.
</p>
<script>
<![
CDATA
[
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
document
.
createCDATASection
(
""
).
splitText
(
0
);
]]>
</script>
</html>