Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: LayoutTests/plugins/return-npobject.html

Issue 1319473007: Delete a bunch of NPAPI layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/plugins/return-npobject.html
diff --git a/LayoutTests/plugins/return-npobject.html b/LayoutTests/plugins/return-npobject.html
deleted file mode 100644
index fd8b83de88708530634f2e7e91187da677aff3b5..0000000000000000000000000000000000000000
--- a/LayoutTests/plugins/return-npobject.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-<script>
- var test_object = new Object();
- test_object.value = 1;
-
- function callback(arg) {
- return test_object;
- }
-
- function runtest() {
- if (window.testRunner)
- testRunner.dumpAsText();
-
- var obj = plug.testCallbackReturn("callback");
- if (obj == test_object) {
- var output = document.getElementById("output");
- output.innerHTML = "SUCCESS";
- }
- }
-</script>
-
-<BODY id="bodyId" onload="runtest()">
-
-<p>Test that we can get an NPObject returned through a method on
-an NPAPI Object. Prints "SUCCESS" on success, "FAILURE" on failure.</p>
-
-<embed name="plug" type="application/x-webkit-test-netscape">
-
-<div id=output>FAILURE</div>
-
-</BODY>
-
« no previous file with comments | « LayoutTests/plugins/return-negative-one-from-write-expected.txt ('k') | LayoutTests/plugins/return-npobject-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698