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

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

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
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

Powered by Google App Engine
This is Rietveld 408576698