| Index: content/test/data/npapi/cookies.html
|
| diff --git a/content/test/data/npapi/cookies.html b/content/test/data/npapi/cookies.html
|
| deleted file mode 100644
|
| index 802a3b2f20fa78b59ec4879d1ddada7302b656f8..0000000000000000000000000000000000000000
|
| --- a/content/test/data/npapi/cookies.html
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -<html>
|
| -
|
| -<head>
|
| -<script src="npapi.js"></script>
|
| -<script>document.cookie="blah"</script>
|
| -</head>
|
| -
|
| -
|
| -<body>
|
| -<div id="statusPanel" style="border: 1px solid red; width: 100%">
|
| -Test running....
|
| -</div>
|
| -
|
| -
|
| -Cookies Test<p>
|
| -This test fetches an URL via the plugin, and verifies that the cookies are sent
|
| -with plugin-initiated requests.
|
| -
|
| -<embed type="application/vnd.npapi-test"
|
| - src="foo"
|
| - name="cookies"
|
| - id="1"
|
| - mode="np_embed"
|
| ->
|
| -
|
| -</body>
|
| -</html>
|
|
|