Sign in
webkit
/
WebKit
/
827d8d85df2265cb42dbb614ee23888d063fb795
/
.
/
LayoutTests
/
fast
/
parser
/
script-modify-page-outer.html
blob: 5ff4bc16314468a5eb6c66d238f9a1789ca5c3da [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<body
onload
=
"
document
.
body
.
appendChild
(
document
.
createTextNode
(
'DONE'
));
"
>
<iframe
src
=
"resources/script-modify-page-inner.html"
></iframe>
</body>
</html>