Chromium Code Reviews| Index: LayoutTests/http/tests/security/subresourceIntegrity/integrity-attribute.html |
| diff --git a/LayoutTests/http/tests/security/subresourceIntegrity/integrity-attribute.html b/LayoutTests/http/tests/security/subresourceIntegrity/integrity-attribute.html |
| index 4f7851512737dd5bdc26b93a33766b3400a11ebd..219e76fdd84e98ede771fca9a1fb80cd5a68c92c 100644 |
| --- a/LayoutTests/http/tests/security/subresourceIntegrity/integrity-attribute.html |
| +++ b/LayoutTests/http/tests/security/subresourceIntegrity/integrity-attribute.html |
| @@ -26,20 +26,20 @@ |
| } |
| var shouldHaveIntegrity = [ |
| + 'link', |
| + 'script', |
| + ]; |
| + |
| + var shouldNotHaveIntegrity = [ |
| 'a', |
| 'audio', |
| 'embed', |
| 'iframe', |
| 'img', |
| - 'link', |
| 'object', |
| - 'script', |
| 'source', |
| 'track', |
| 'video', |
| - ]; |
| - |
| - var shouldNotHaveIntegrity = [ |
| 'body', |
| 'div', |
| 'html', |