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

Side by Side Diff: LayoutTests/platform/chromium/plugins/release-frame-content-window.html

Issue 11434015: Merge 135874 - freeV8NPObject: Skip trying to remove object from per context data's ObjectMap if th… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years 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
« no previous file with comments | « no previous file | LayoutTests/platform/chromium/plugins/release-frame-content-window-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <script type="text/javascript"> 3 <script type="text/javascript">
4 if (window.testRunner) { 4 if (window.testRunner) {
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 testRunner.waitUntilDone(); 6 testRunner.waitUntilDone();
7 } 7 }
8 8
9 9
10 function runTest() { 10 function runTest() {
(...skipping 15 matching lines...) Expand all
26 26
27 </script> 27 </script>
28 <body> 28 <body>
29 <embed id="plg" type="application/x-webkit-test-netscape"></embed><P> 29 <embed id="plg" type="application/x-webkit-test-netscape"></embed><P>
30 <iframe id="frame-id" src="resources/empty.html" onload='runTest()'></iframe> 30 <iframe id="frame-id" src="resources/empty.html" onload='runTest()'></iframe>
31 <div>This tests that releasing a reference to a contentWindow that has already b een navigated away works correctly and does not crash. If this test is successfu l, the word SUCCESS should be seen below.</div> 31 <div>This tests that releasing a reference to a contentWindow that has already b een navigated away works correctly and does not crash. If this test is successfu l, the word SUCCESS should be seen below.</div>
32 <div id="result">FAILED</div> 32 <div id="result">FAILED</div>
33 </body> 33 </body>
34 </html> 34 </html>
35 35
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/platform/chromium/plugins/release-frame-content-window-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698