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

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

Issue 1990353002: [DevTools] Capture call stacks for console messages without location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more win7 expectation Created 4 years, 7 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
OLDNEW
1 CONSOLE MESSAGE: Blink Test Plugin: initializing 1 CONSOLE MESSAGE: Blink Test Plugin: initializing
2 CONSOLE ERROR: Failed to load 'data:text/plain,' as a plugin, because the frame into which the plugin is loading is sandboxed. 2 CONSOLE ERROR: line 1: Failed to load 'data:text/plain,' as a plugin, because th e frame into which the plugin is loading is sandboxed.
3 CONSOLE MESSAGE: Blink Test Plugin: initializing 3 CONSOLE MESSAGE: Blink Test Plugin: initializing
4 CONSOLE ERROR: Failed to load '' as a plugin, because the frame into which the p lugin is loading is sandboxed. 4 CONSOLE ERROR: line 1: Failed to load '' as a plugin, because the frame into whi ch the plugin is loading is sandboxed.
5 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. 5 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.
6 6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 8
9 9
10 PASS successfullyParsed is true 10 PASS successfullyParsed is true
11 11
12 TEST COMPLETE 12 TEST COMPLETE
13 PASS (self.embedFrame1.document.getElementById('plugin').postMessage) != undefin ed is true 13 PASS (self.embedFrame1.document.getElementById('plugin').postMessage) != undefin ed is true
14 PASS (self.embedFrame2.document.getElementById('plugin').postMessage) == undefin ed is true 14 PASS (self.embedFrame2.document.getElementById('plugin').postMessage) == undefin ed is true
15 PASS (self.objectFrame1.document.getElementById('plugin').postMessage) != undefi ned is true 15 PASS (self.objectFrame1.document.getElementById('plugin').postMessage) != undefi ned is true
16 PASS (self.objectFrame2.document.getElementById('plugin').postMessage) == undefi ned is true 16 PASS (self.objectFrame2.document.getElementById('plugin').postMessage) == undefi ned is true
17 PASS successfullyParsed is true 17 PASS successfullyParsed is true
18 18
19 TEST COMPLETE 19 TEST COMPLETE
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698