Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
http
/
tests
/
resources
/
notifications-test-pre.js
blob: 159358e0b9edd2520e6524e80a01646e58dcc2eb [
file
] [
log
] [
blame
]
var
testURL
=
"http://127.0.0.1:8000"
;
function
testCompleted
()
{
var
scriptElement
=
document
.
createElement
(
"script"
);
scriptElement
.
src
=
"/resources/js-test-post-async.js"
;
document
.
body
.
appendChild
(
scriptElement
);
}