Sign in
webkit
/
WebKit
/
ecbcd311b05ac239b92fcb2f58299787a062a338
/
.
/
LayoutTests
/
fast
/
parser
/
resources
/
cached-script-document-write.js
blob: 7334393d89fa44dd43fe55ab2094e2b7109df6e9 [
file
] [
log
] [
blame
]
if
(
window
.
parent
.
isTestScriptCached
)
{
document
.
write
(
'<div></div>'
);
document
.
body
.
appendChild
(
document
.
createTextNode
(
document
.
querySelector
(
'div'
)
?
'PASS'
:
'FAIL'
));
}