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

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

Issue 20890003: Limit console messages' automatic collection of parser state. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline "fast/frames/sandboxed-iframe-autofocus-denied.html" Created 7 years, 4 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 CONSOLE MESSAGE: line 1: Blocked script execution in 'about:srcdoc' because the document's frame is sandboxed and the 'allow-scripts' permission is not set. 1 CONSOLE MESSAGE: line 1: Blocked script execution in 'about:srcdoc' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
2 CONSOLE MESSAGE: line 1: Blocked autofocusing on a form control because the form 's frame is sandboxed and the 'allow-scripts' permission is not set. 2 CONSOLE MESSAGE: Blocked autofocusing on a form control because the form's frame is sandboxed and the 'allow-scripts' permission is not set.
3 CONSOLE MESSAGE: line 13: PASS: The input element is not focused. 3 CONSOLE MESSAGE: line 13: 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. 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.
5 5
6 6
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698