Sign in
chromium
/
chromium
/
src
/
8733d815f
/
.
/
third_party
/
WebKit
/
LayoutTests
/
animations
/
script-tests
/
TEMPLATE.html
blob: dc90070014b7a321348d54825a596897c0e82e32 [
file
] [
log
] [
blame
]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script
src
=
"../resources/js-test.js"
></script>
</head>
<body>
<p
id
=
"description"
></p>
<div
id
=
"console"
></div>
<script
src
=
"YOUR_JS_FILE_HERE"
></script>
</body>
</html>