mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-11 06:31:26 +00:00
14 lines
296 B
HTML
14 lines
296 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Bug 1033424 - Test csp-report properties </title>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
var foo = "propEscFoo";
|
|
var bar = "propEscBar";
|
|
// just verifying that we properly escape newlines and quotes
|
|
</script>
|
|
</body>
|
|
</html>
|