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

Side by Side Diff: LayoutTests/plugins/destroy-during-npp-new-object-with-fallback-content.html

Issue 7950001: Merge 95204 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/plugins/destroy-during-npp-new-object-with-fallback-content-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 <html> 1 <html>
2 <head> 2 <head>
3 <script type="text/javascript"> 3 <script type="text/javascript">
4 if (window.layoutTestController) { 4 if (window.layoutTestController) {
5 layoutTestController.dumpAsText(); 5 layoutTestController.dumpAsText();
6 layoutTestController.setCanOpenWindows(); 6 layoutTestController.setCanOpenWindows();
7 layoutTestController.waitUntilDone(); 7 layoutTestController.waitUntilDone();
8 } 8 }
9 9
10 var newWindow = window.open("data:text/html,Hello world!") 10 var newWindow = window.open("data:text/html,Hello world!")
(...skipping 22 matching lines...) Expand all
33 if (!testPlugin || !testPlugin.parentNode) 33 if (!testPlugin || !testPlugin.parentNode)
34 document.documentElement.appendChild(document.createTextNode("SUCCES S")); 34 document.documentElement.appendChild(document.createTextNode("SUCCES S"));
35 } 35 }
36 </script> 36 </script>
37 </head> 37 </head>
38 <body> 38 <body>
39 <p>This tests a plug-in that removes itself from the document during NPP_New . It passes if it does not crash during removal (<a href="rdar://problem/695454 6">&lt;rdar://problem/6954546&gt;</a>) or when a window is next closed (<a href= "rdar://problem/7090444">&lt;rdar://problem/7090444&gt;</a>).</p> 39 <p>This tests a plug-in that removes itself from the document during NPP_New . It passes if it does not crash during removal (<a href="rdar://problem/695454 6">&lt;rdar://problem/6954546&gt;</a>) or when a window is next closed (<a href= "rdar://problem/7090444">&lt;rdar://problem/7090444&gt;</a>).</p>
40 <object id="testPlugin" type="application/x-webkit-test-netscape" width="200 " height="200" cleardocumentduringnew>fallback content</object> 40 <object id="testPlugin" type="application/x-webkit-test-netscape" width="200 " height="200" cleardocumentduringnew>fallback content</object>
41 </body> 41 </body>
42 </html> 42 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/plugins/destroy-during-npp-new-object-with-fallback-content-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698