Bug 1477458 - Add test for XML Pretty Print with restrictive CSP. r=bz

MozReview-Commit-ID: 3OkdYbkci40

--HG--
extra : rebase_source : 17aac4bb4b73a52b72e9feaa498270db34543e2f
This commit is contained in:
Ian Moody 2018-07-21 13:46:31 +01:00
Родитель e50427aec6
Коммит f221ebee1f
4 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -1 +1,2 @@
== test_bug920877.html test_bug920877-ref.html
HTTP == test_xmlPrettyPrint_csp.xml test_xmlPrettyPrint_csp-ref.xml

Просмотреть файл

@ -0,0 +1,4 @@
<?xml version="1.0"?>
<xml>
This is an XML document
</xml>

Просмотреть файл

@ -0,0 +1,4 @@
<?xml version="1.0"?>
<xml>
This is an XML document
</xml>

Просмотреть файл

@ -0,0 +1 @@
Content-Security-Policy: default-src 'none';