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

Side by Side Diff: LayoutTests/fast/frames/sandboxed-iframe-about-blank.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../../resources/js-test.js"></script>
4 <script> 4 <script>
5 5
6 if (window.testRunner) 6 if (window.testRunner)
7 testRunner.dumpAsText(); 7 testRunner.dumpAsText();
8 8
9 window.onload = function() { 9 window.onload = function() {
10 if (self.containing_frame.document.getElementById('plugin').destroyStream) 10 if (self.containing_frame.document.getElementById('plugin').destroyStream)
11 testPassed("containing frame was able to instantiate plugin"); 11 testPassed("containing frame was able to instantiate plugin");
12 else 12 else
13 testFailed("containing frame was unable to instantiate plugin"); 13 testFailed("containing frame was unable to instantiate plugin");
(...skipping 10 matching lines...) Expand all
24 24
25 <p id="description"></p> 25 <p id="description"></p>
26 26
27 <div id="console"></div> 27 <div id="console"></div>
28 28
29 <script> 29 <script>
30 description("This test verifies that sandboxing 'about:blank' does not make the containing frame sandboxed."); 30 description("This test verifies that sandboxing 'about:blank' does not make the containing frame sandboxed.");
31 </script> 31 </script>
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698