| Index: LayoutTests/plugins/get-user-agent-with-null-npp-from-npp-new.html
|
| diff --git a/LayoutTests/plugins/get-user-agent-with-null-npp-from-npp-new.html b/LayoutTests/plugins/get-user-agent-with-null-npp-from-npp-new.html
|
| deleted file mode 100644
|
| index 95c85d46d16695e487001a02e27acae6c094703d..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/plugins/get-user-agent-with-null-npp-from-npp-new.html
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<script src="../resources/plugin.js"></script>
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -startAfterLoadAndFinish();
|
| -</script>
|
| -</head>
|
| -<body>
|
| - <div>
|
| - <embed id=testPlugin type="application/x-webkit-test-netscape" test="get-user-agent-with-null-npp-from-npp-new"></embed>
|
| - </div>
|
| - <p>This tests that we can get a user agent when calling NPN_UserAgent with a null NPP from NPP_New.</p>
|
| -</body>
|
| -</html>
|
|
|