# HG changeset patch # User Henri Sivonen # Date 1605719930 0 # Wed Nov 18 17:18:50 2020 +0000 # Node ID 027514ba89006dfd5c346c307e46ed8f79e358c1 # Parent 782446e715644da3ca8226d0c3413e3fafb69d6f Bug 1667113 test - Test innerHTML sanitizer in chrome context. r=smaug Differential Revision: https://phabricator.services.mozilla.com/D93928 diff -r 782446e71564 -r 027514ba8900 dom/security/test/general/chrome.ini --- a/dom/security/test/general/chrome.ini Wed Nov 18 17:18:56 2020 +0000 +++ b/dom/security/test/general/chrome.ini Wed Nov 18 17:18:50 2020 +0000 @@ -3,6 +3,8 @@ favicon_bug1277803.ico bug1277803.html +[test_innerhtml_sanitizer.html] +[test_innerhtml_sanitizer.xhtml] [test_bug1277803.xhtml] skip-if = os == 'android' || verify diff -r 782446e71564 -r 027514ba8900 dom/security/test/general/test_innerhtml_sanitizer.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dom/security/test/general/test_innerhtml_sanitizer.html Wed Nov 18 17:18:50 2020 +0000 @@ -0,0 +1,74 @@ + + + + + Test for Bug 1667113 + + + + +Mozilla Bug 1667113 +
+ + + diff -r 782446e71564 -r 027514ba8900 dom/security/test/general/test_innerhtml_sanitizer.xhtml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dom/security/test/general/test_innerhtml_sanitizer.xhtml Wed Nov 18 17:18:50 2020 +0000 @@ -0,0 +1,73 @@ + + + + Test for Bug 1667113 + + + + +Mozilla Bug 1667113 +
+ + +