OLD | NEW |
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 |
OLD | NEW |