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

Side by Side 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, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 Test for bug 74515: npCreateV8ScriptObject() should not return an existing V8NPO bject if the rootObject doesn't match.
2 The subframe causes an entry corresponding to window.top to be added to staticV8 NPObjectMap with the subframe as rootObject. When the plugin in the main frame e xecutes script "outputResult()", the existing entry in staticV8NPObjectMap shoul d not be used. Otherwise the wrong outputResult(), which is in the subframe, wil l be called.
3
4
5 SUCCESS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698