OLD | NEW |
1 CONSOLE ERROR: line 1: Blocked script execution in 'about:srcdoc' because the do
cument's frame is sandboxed and the 'allow-scripts' permission is not set. | |
2 CONSOLE ERROR: Blocked autofocusing on a form control because the form's frame i
s sandboxed and the 'allow-scripts' permission is not set. | 1 CONSOLE ERROR: Blocked autofocusing on a form control because the form's frame i
s sandboxed and the 'allow-scripts' permission is not set. |
3 CONSOLE MESSAGE: line 13: PASS: The input element is not focused. | 2 CONSOLE MESSAGE: line 16: PASS: The input element is not focused. |
4 This test passes if the input element in the sandboxed frame is not automaticall
y focused upon, as it should be blocked by the sandboxed scripts flag. A console
warning to that effect should also be present. | 3 This test passes if the input element in the sandboxed frame is not automaticall
y focused upon, as it should be blocked by the sandboxed scripts flag. A console
warning to that effect should also be present. |
5 | 4 |
6 | 5 |
OLD | NEW |