1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/mozapps/extensions/test/xpcshell/data/test_pluginBlocklistCtpUndo.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 + 1.6 +<blocklist xmlns="http://www.mozilla.org/2006/addons-blocklist"> 1.7 + <pluginItems> 1.8 + <pluginItem> 1.9 + <match name="name" exp="^Test Plug-in"/> 1.10 + <versionRange minVersion="0" maxVersion="*" severity="0" vulnerabilitystatus="2"/> 1.11 + </pluginItem> 1.12 + </pluginItems> 1.13 +</blocklist>