mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
13 lines
204 B
HTML
13 lines
204 B
HTML
<html>
|
|
<head>
|
|
<title>CSP eval script tests</title>
|
|
<script type="application/javascript"
|
|
src="file_CSP_evalscript_main.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
Foo.
|
|
|
|
</body>
|
|
</html>
|