mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 03:13:09 +09:00
13 lines
296 B
HTML
13 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>
|