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

Side by Side Diff: LayoutTests/http/tests/plugins/resources/create-v8-script-objects-iframe.html

Issue 9260002: Merge 103979 - v8 binding: npCreateV8ScriptObject() should not returned an existing V8NPObject if... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 8 years, 11 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
1 <html> 1 <html>
2 <head> 2 <head>
3 <script type="text/javascript"> 3 <script type="text/javascript">
4 function runTest() { 4 function runTest() {
5 document.plugin.remember(window.top); 5 document.plugin.remember(window.top);
6 window.top.onSubframeLoaded(); 6 window.top.onSubframeLoaded();
7 } 7 }
8 8
9 function outputResult() { 9 function outputResult() {
10 window.top.document.getElementById('result').innerHTML = 'FAILURE'; 10 window.top.document.getElementById('result').innerHTML = 'FAILURE';
11 } 11 }
12 </script> 12 </script>
13 </head> 13 </head>
14 <body onload="runTest();"> 14 <body onload="runTest();">
15 <embed name="plugin" type="application/x-webkit-test-netscape"></embed> 15 <embed name="plugin" type="application/x-webkit-test-netscape"></embed>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/plugins/create-v8-script-objects-expected.txt ('k') | Source/WebCore/bindings/v8/NPV8Object.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698