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

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

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT 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 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. Three tests are made, each in one sandboxed and one non-sandboxed IFrame: applets, 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. 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 7
8 PASS successfullyParsed is true
9
10 TEST COMPLETE
8 FAIL (self.appletFrame1.document['app'].init) != undefined should be true. Was f alse. 11 FAIL (self.appletFrame1.document['app'].init) != undefined should be true. Was f alse.
9 PASS (self.appletFrame2.document['app'].init) == undefined is true 12 PASS (self.appletFrame2.document['app'].init) == undefined is true
10 PASS (self.embedFrame1.document.getElementById('plugin').destroyStream) != undef ined is true 13 PASS (self.embedFrame1.document.getElementById('plugin').destroyStream) != undef ined is true
11 PASS (self.embedFrame2.document.getElementById('plugin').destroyStream) == undef ined is true 14 PASS (self.embedFrame2.document.getElementById('plugin').destroyStream) == undef ined is true
12 PASS (self.objectFrame1.document.getElementById('plugin').destroyStream) != unde fined is true 15 PASS (self.objectFrame1.document.getElementById('plugin').destroyStream) != unde fined is true
13 PASS (self.objectFrame2.document.getElementById('plugin').destroyStream) == unde fined is true 16 PASS (self.objectFrame2.document.getElementById('plugin').destroyStream) == unde fined is true
14 PASS successfullyParsed is true 17 PASS successfullyParsed is true
15 18
16 TEST COMPLETE 19 TEST COMPLETE
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698