repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
parser
/
resources
/
cached-script-document-write.js
blob
7334393d89fa44dd43fe55ab2094e2b7109df6e9
1
if (window.parent.isTestScriptCached) {
2
document.write('<div></div>');
3
document.body.appendChild(document.createTextNode(document.querySelector('div') ? 'PASS' : 'FAIL'));
4
}