Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/initial-selection
/
.
/
content-security-policy
/
script-src
/
inlineTests.js
blob: 6e76b0a1781dc2d2054356ebcfb3c9da08540342 [
file
] [
log
] [
blame
] [
edit
]
var
t1
=
async_test
(
"Inline script block"
);
var
t2
=
async_test
(
"Inline event handler"
);
onload
=
function
()
{
t1
.
done
();
t2
.
done
()}