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

Side by Side Diff: LayoutTests/fast/frames/sandboxed-iframe-plugins-expected.txt

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 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 | Annotate | Revision Log
OLDNEW
1 This test verifies that sandboxing of plugins works as intended. Three tests are made, each in one sandboxed and one non-sandboxed IFrame: applets, embeds, and objects. 1 This test verifies that sandboxing of plugins works as intended. Two tests are m ade, each in one sandboxed and one non-sandboxed IFrame: embeds and objects.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 NOTE: The first sub-test will fail in DumpRenderTree, since DumpRenderTree does not support applets. That sub-test must be run in Safari instead.
7
8 PASS successfullyParsed is true 6 PASS successfullyParsed is true
9 7
10 TEST COMPLETE 8 TEST COMPLETE
11 FAIL (self.appletFrame1.document['app'].init) != undefined should be true. Was f alse.
12 PASS (self.appletFrame2.document['app'].init) == undefined is true
13 PASS (self.embedFrame1.document.getElementById('plugin').destroyStream) != undef ined is true 9 PASS (self.embedFrame1.document.getElementById('plugin').destroyStream) != undef ined is true
14 PASS (self.embedFrame2.document.getElementById('plugin').destroyStream) == undef ined is true 10 PASS (self.embedFrame2.document.getElementById('plugin').destroyStream) == undef ined is true
15 PASS (self.objectFrame1.document.getElementById('plugin').destroyStream) != unde fined is true 11 PASS (self.objectFrame1.document.getElementById('plugin').destroyStream) != unde fined is true
16 PASS (self.objectFrame2.document.getElementById('plugin').destroyStream) == unde fined is true 12 PASS (self.objectFrame2.document.getElementById('plugin').destroyStream) == unde fined is true
17 PASS successfullyParsed is true 13 PASS successfullyParsed is true
18 14
19 TEST COMPLETE 15 TEST COMPLETE
20 16
OLDNEW
« no previous file with comments | « LayoutTests/fast/frames/sandboxed-iframe-plugins.html ('k') | LayoutTests/fast/invalid/residual-style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698