| Index: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid.html
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid.html b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid.html
|
| index 8253e325a2b323c824b046b092719a30a41391b8..fcc861b8261dc6f01c7557d899ba88c48b3478a3 100644
|
| --- a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid.html
|
| +++ b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid.html
|
| @@ -6,6 +6,7 @@
|
| var tests = [
|
| [false, 'plugin-types;'],
|
| [false, 'plugin-types ;'],
|
| + [false, 'plugin-types \'none\''],
|
| [false, 'plugin-types text'],
|
| [false, 'plugin-types text/'],
|
| [false, 'plugin-types /text'],
|
|
|