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