| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/inject-style.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/inject-style.js b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/inject-style.js
|
| deleted file mode 100644
|
| index 219d8f559c5a0f63d7fa48f72ad4660e5d74c29e..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/inject-style.js
|
| +++ /dev/null
|
| @@ -1,5 +0,0 @@
|
| -document.write("<style>#test1 { display: none; }</style>");
|
| -
|
| -var s = document.createElement('style');
|
| -s.innerText = "#test2 { display: none; }";
|
| -document.body.appendChild(s);
|
|
|