Sign in
◑
Theme
chromium
/
chromium
/
src
/
1eb995ae863d08fbdb7fda170d678129bdcfff2a
/
.
/
ui
/
webui
/
resources
/
html
/
test_loader.html
blob: 9eb3d485e7e1e2d2cb5c52e306a396d4e3b94b61 [
file
]
<!DOCTYPE html>
<html>
<body>
<script
src
=
"chrome://test/mocha.js"
></script>
<script
src
=
"chrome://test/mocha_adapter.js"
></script>
<script
type
=
"module"
src
=
"test_loader.js"
></script>
</body>
</html>