Sign in
webkit
/
WebKit
/
9f8388ebdf099a98ce75d93c131e5941dc4da269
/
.
/
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'
));
}