Sign in
webkit
/
WebKit
/
2b7db40d04e23e466c35ac26a2cac6ea07d1f8ff
/
.
/
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>