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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/plugins/create-v8-script-objects-expected.txt

Issue 1748563002: Remove http/tests/plugins/create-v8-script-objects.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: third_party/WebKit/LayoutTests/http/tests/plugins/create-v8-script-objects-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/plugins/create-v8-script-objects-expected.txt b/third_party/WebKit/LayoutTests/http/tests/plugins/create-v8-script-objects-expected.txt
deleted file mode 100644
index 3257cd4d7e7c88d88dc766ce9c7f998562d16ce2..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/plugins/create-v8-script-objects-expected.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Test for bug 74515: npCreateV8ScriptObject() should not return an existing V8NPObject if the rootObject doesn't match.
-The subframe causes an entry corresponding to window.top to be added to staticV8NPObjectMap with the subframe as rootObject. When the plugin in the main frame executes script "outputResult()", the existing entry in staticV8NPObjectMap should not be used. Otherwise the wrong outputResult(), which is in the subframe, will be called.
-
-
-SUCCESS

Powered by Google App Engine
This is Rietveld 408576698